mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +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->getModuleList();
|
||||
$oModuleModel->loadModuleExtends();
|
||||
}
|
||||
}
|
||||
/* End of file module.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue