mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -483,7 +483,7 @@ class adminAdminController extends admin
|
|||
function procAdminUpdateSitelock()
|
||||
{
|
||||
$vars = Context::getRequestVars();
|
||||
$oInstallController = &getController('install');
|
||||
$oInstallController = getController('install');
|
||||
|
||||
$db_info = Context::getDbInfo();
|
||||
|
||||
|
|
@ -508,7 +508,7 @@ class adminAdminController extends admin
|
|||
|
||||
$db_info->sitelock_whitelist = $whitelist;
|
||||
|
||||
$oInstallController = &getController('install');
|
||||
$oInstallController = getController('install');
|
||||
if(!$oInstallController->makeConfigFile())
|
||||
{
|
||||
return new Object(-1, 'msg_invalid_request');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue