mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
리뷰 수정
This commit is contained in:
parent
6454145397
commit
b630e1cea8
5 changed files with 13 additions and 13 deletions
|
|
@ -104,8 +104,8 @@ class adminAdminView extends admin
|
|||
return;
|
||||
}
|
||||
|
||||
$oAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAdminModel->getAutoInstallAdminModuleConfig();
|
||||
$oAutoinstallAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAutoinstallAdminModel->getAutoInstallAdminModuleConfig();
|
||||
|
||||
$oAutoinstallModel = getModel('autoinstall');
|
||||
$params = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue