mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix incorrect layout list display
This commit is contained in:
parent
938142856d
commit
e17b5fac7e
1 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ class LayoutModel extends Layout
|
|||
continue;
|
||||
}
|
||||
|
||||
if($withAutoinstallInfo)
|
||||
if($withAutoinstallInfo && false)
|
||||
{
|
||||
// get easyinstall remove url
|
||||
$packageSrl = $oAutoinstallModel->getPackageSrlByPath($layout_info->path);
|
||||
|
|
@ -498,7 +498,7 @@ class LayoutModel extends Layout
|
|||
}
|
||||
else
|
||||
{
|
||||
$layout_title = $layout = $layout_srl = null;
|
||||
$layout_title = $layout_srl = null;
|
||||
$site_srl = 0;
|
||||
$vars = new stdClass;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue