mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -277,7 +277,7 @@ class layoutModel extends layout
|
|||
|
||||
// If deleted layout files, delete layout instance
|
||||
// if (!$layout_info) {
|
||||
// $oLayoutController = &getAdminController('layout');
|
||||
// $oLayoutController = getAdminController('layout');
|
||||
// $oLayoutController->deleteLayout($layout_srl);
|
||||
// return;
|
||||
// }
|
||||
|
|
@ -337,7 +337,7 @@ class layoutModel extends layout
|
|||
*/
|
||||
function getDownloadedLayoutList($layout_type = "P", $withAutoinstallInfo = false)
|
||||
{
|
||||
if ($withAutoinstallInfo) $oAutoinstallModel = &getModel('autoinstall');
|
||||
if ($withAutoinstallInfo) $oAutoinstallModel = getModel('autoinstall');
|
||||
|
||||
// Get a list of downloaded layout and installed layout
|
||||
$searched_list = $this->_getInstalledLayoutDirectories($layout_type);
|
||||
|
|
@ -720,7 +720,7 @@ class layoutModel extends layout
|
|||
}
|
||||
|
||||
// header_script
|
||||
$oModuleModel = &getModel('module');
|
||||
$oModuleModel = getModel('module');
|
||||
$layout_config = $oModuleModel->getModulePartConfig('layout', $layout_srl);
|
||||
$header_script = trim($layout_config->header_script);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue