install/lib/update.lib.php
@@ -31,8 +31,10 @@ class installer_patch_update { protected function onBeforeSQL() { } protected function onAfterSQL() { } } //* DB dump function @@ -168,7 +170,7 @@ //* Load php patch file and instantiate object if(is_file($php_patch_filename)) { $php_patch_class_name = 'upd_'.str_pad($next_db_version, 4, '0', STR_PAD_LEFT); include_once($php_patch_filename); include_once $php_patch_filename; if(class_exists($php_patch_class_name)) { $php_patch = new $php_patch_class_name; } else {