mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -22,7 +22,7 @@ class messageAdminController extends message
|
|||
// Get information
|
||||
$args = Context::gets('skin', 'mskin', 'colorset', 'mcolorset');
|
||||
// Create a module Controller object
|
||||
$oModuleController = &getController('module');
|
||||
$oModuleController = getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('message',$args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue