fixed favorite

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9058 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-06 09:40:56 +00:00
parent 06e7fb34e5
commit cc435a01ff
2 changed files with 3 additions and 18 deletions

View file

@ -347,7 +347,8 @@
foreach($output->data AS $key=>$value)
{
$moduleInfo = $oModuleModel->getModuleInfoXml($value->module);
$value->admin_index_act = $moduleInfo->admin_index_act;
$output->data[$key]->admin_index_act = $moduleInfo->admin_index_act;
$output->data[$key]->title = $moduleInfo->title;
}
}