diff --git a/core/core.php b/core/core.php index 4d73dc93f..8cbbc2ea 100755 --- a/core/core.php +++ b/core/core.php @@ -1608,7 +1608,7 @@ class common { ){ if(class_exists($parent)) { $module = new $moduleId; - // $module->update($parent); + $module->update($parent); } } }