fix #714 cache 재생성 시 module_extend cache를 생성하지 않는 문제 고침

This commit is contained in:
bnu 2014-10-14 04:22:06 +09:00
parent 1548f5c597
commit 5f50740d96

View file

@ -454,6 +454,7 @@ class module extends ModuleObject
{
$oModuleModel = getModel('module');
$oModuleModel->getModuleList();
$oModuleModel->loadModuleExtends();
}
}
/* End of file module.class.php */