Skip to content

Commit 121e4d6

Browse files
author
Marius Cramer
committed
patch class methods have to be public
1 parent 454fa04 commit 121e4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/lib/update.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
//* Installer patch stub class
3131
class installer_patch_update {
32-
protected function onBeforeSQL() {
32+
public function onBeforeSQL() {
3333
}
3434

35-
protected function onAfterSQL() {
35+
public function onAfterSQL() {
3636
}
3737

3838
}

0 commit comments

Comments
 (0)