fix #1031 잘못 된 조건문으로 레이아웃 파일이 완전히 삭제될 수 있는 문제 고침

This commit is contained in:
bnu 2014-10-28 17:12:45 +09:00
parent 5f7c79d9c3
commit 1bd063a2e1

View file

@ -288,7 +288,7 @@ class layoutAdminController extends layout
{
$oLayoutModel = getModel('layout');
if(!$force)
if($force)
{
$layoutInfo = $oLayoutModel->getLayout($layout_srl);
if($layoutInfo)