Marius Cramer
2014-04-09 121e4d6406168ad7935d5e62ab7268d60315cbdb
patch class methods have to be public
1 files modified
4 ■■■■ changed files
install/lib/update.lib.php 4 ●●●● patch | view | raw | blame | history
install/lib/update.lib.php
@@ -29,10 +29,10 @@
//* Installer patch stub class
class installer_patch_update {
    protected function onBeforeSQL() {
    public function onBeforeSQL() {
    }
    protected function onAfterSQL() {
    public function onAfterSQL() {
    }
}