mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
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:
parent
06e7fb34e5
commit
cc435a01ff
2 changed files with 3 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue