mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove unnecessary assignment by reference
This commit is contained in:
parent
9cd715008b
commit
882a0c9a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class pageAdminView extends page
|
|||
Context::set('module_srl',$this->module_srl);
|
||||
}
|
||||
|
||||
$oPageMobile = &getMobile('page');
|
||||
$oPageMobile = getMobile('page');
|
||||
$oPageMobile->module_info = $this->module_info;
|
||||
$page_type_name = strtolower($this->module_info->page_type);
|
||||
$method = '_get' . ucfirst($page_type_name) . 'Content';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue