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