mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
fix #1031 잘못 된 조건문으로 레이아웃 파일이 완전히 삭제될 수 있는 문제 고침
This commit is contained in:
parent
5f7c79d9c3
commit
1bd063a2e1
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ class layoutAdminController extends layout
|
||||||
{
|
{
|
||||||
$oLayoutModel = getModel('layout');
|
$oLayoutModel = getModel('layout');
|
||||||
|
|
||||||
if(!$force)
|
if($force)
|
||||||
{
|
{
|
||||||
$layoutInfo = $oLayoutModel->getLayout($layout_srl);
|
$layoutInfo = $oLayoutModel->getLayout($layout_srl);
|
||||||
if($layoutInfo)
|
if($layoutInfo)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue