#18631292 : fixed a problem that page content is not stored if it contains nothing

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-22 05:49:21 +00:00
parent d4121b3448
commit dd0a2020ad

View file

@ -60,6 +60,7 @@
// 페이지의 원 정보를 구해옴
$oModuleModel = &getModel('module');
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
if(!isset($content)) $content ='';
$module_info->content = $content;
// module 모듈의 controller 객체 생성