mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -68,7 +68,7 @@ class pageMobile extends pageView
|
|||
}
|
||||
else
|
||||
{
|
||||
$oWidgetController = &getController('widget');
|
||||
$oWidgetController = getController('widget');
|
||||
$page_content = $oWidgetController->transWidgetCode($this->module_info->mcontent);
|
||||
FileHandler::writeFile($cache_file, $page_content);
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@ class pageMobile extends pageView
|
|||
{
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
|
||||
$oDocumentModel = &getModel('document');
|
||||
$oDocumentModel = getModel('document');
|
||||
$oDocument = $oDocumentModel->getDocument(0, true);
|
||||
|
||||
if($this->module_info->mdocument_srl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue