mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
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:
parent
86e01f9f8c
commit
7e31f7c06e
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
|
||||
if($type == "mobile") {
|
||||
if(!$mcontent) $mcontent = '';
|
||||
$module_info->mcontent = $mcontent;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue