mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Issue 175 php4 parse error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9325 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fa573dd8b0
commit
7e9ce0d622
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@
|
||||||
if($args->site_srl == 0) $vid='';
|
if($args->site_srl == 0) $vid='';
|
||||||
else $vid=$args->domain;
|
else $vid=$args->domain;
|
||||||
|
|
||||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($args->index_module_srl)->mid;
|
$module_info = $oModuleModel->getModuleInfoByModuleSrl($args->index_module_srl);
|
||||||
$mid = $module_info->mid;
|
$mid = $module_info->mid;
|
||||||
|
|
||||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue