mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#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:
parent
d4121b3448
commit
dd0a2020ad
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
|||
// 페이지의 원 정보를 구해옴
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
|
||||
if(!isset($content)) $content ='';
|
||||
$module_info->content = $content;
|
||||
|
||||
// module 모듈의 controller 객체 생성
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue