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:
ngleader 2011-09-20 07:45:15 +00:00
parent 83fe7d305c
commit 6fdf24a4a8

View file

@ -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){