if mcontent is null, put blank to the mcontent

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7566 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-30 01:53:02 +00:00
parent 86e01f9f8c
commit 7e31f7c06e

View file

@ -89,6 +89,7 @@
$oModuleModel = &getModel('module');
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
if($type == "mobile") {
if(!$mcontent) $mcontent = '';
$module_info->mcontent = $mcontent;
}
else {