mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
fix #714 cache 재생성 시 module_extend cache를 생성하지 않는 문제 고침
This commit is contained in:
parent
1548f5c597
commit
5f50740d96
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ class module extends ModuleObject
|
||||||
{
|
{
|
||||||
$oModuleModel = getModel('module');
|
$oModuleModel = getModel('module');
|
||||||
$oModuleModel->getModuleList();
|
$oModuleModel->getModuleList();
|
||||||
|
$oModuleModel->loadModuleExtends();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* End of file module.class.php */
|
/* End of file module.class.php */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue