mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -28,7 +28,7 @@ class trash extends ModuleObject
|
|||
function checkUpdate()
|
||||
{
|
||||
//$oDB = &DB::getInstance();
|
||||
//$oModuleModel = &getModel('module');
|
||||
//$oModuleModel = getModel('module');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ class trash extends ModuleObject
|
|||
function moduleUpdate()
|
||||
{
|
||||
//$oDB = &DB::getInstance();
|
||||
//$oModuleModel = &getModel('module');
|
||||
//$oModuleModel = getModel('module');
|
||||
|
||||
return new Object(0,'success_updated');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue