mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Issue 175 php4 parse error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83fe7d305c
commit
6fdf24a4a8
1 changed files with 4 additions and 1 deletions
|
|
@ -251,7 +251,10 @@
|
|||
//clear cache for default mid
|
||||
if($args->site_srl == 0) $vid='';
|
||||
else $vid=$args->domain;
|
||||
$mid = $oModuleModel->getModuleInfoByModuleSrl($args->index_module_srl)->mid;
|
||||
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($args->index_module_srl)->mid;
|
||||
$mid = $module_info->mid;
|
||||
|
||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||
if($oCacheHandler->isSupport()){
|
||||
if($args->site_srl == 0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue