mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
버그 픽스
This commit is contained in:
parent
3b8b79acf1
commit
2ff0cea9c3
4 changed files with 20 additions and 20 deletions
|
|
@ -104,8 +104,8 @@ class adminAdminView extends admin
|
|||
return;
|
||||
}
|
||||
|
||||
$oModel = getAdminModel('autoinstall');
|
||||
$config = $oModel->getAutoInstallAdminModuleConfig();
|
||||
$oAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAdminModel->getAutoInstallAdminModuleConfig();
|
||||
|
||||
$oAutoinstallModel = getModel('autoinstall');
|
||||
$params = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue