mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($withAutoinstallInfo)
|
if($withAutoinstallInfo && false)
|
||||||
{
|
{
|
||||||
// get easyinstall remove url
|
// get easyinstall remove url
|
||||||
$packageSrl = $oAutoinstallModel->getPackageSrlByPath($layout_info->path);
|
$packageSrl = $oAutoinstallModel->getPackageSrlByPath($layout_info->path);
|
||||||
|
|
@ -498,7 +498,7 @@ class LayoutModel extends Layout
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$layout_title = $layout = $layout_srl = null;
|
$layout_title = $layout_srl = null;
|
||||||
$site_srl = 0;
|
$site_srl = 0;
|
||||||
$vars = new stdClass;
|
$vars = new stdClass;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue