mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
not display favorite when module is not exists
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9044 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b39076e18
commit
8ab1295893
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@
|
|||
foreach($favorite_list as $no => $favorite)
|
||||
{
|
||||
$module_info = $oModuleModel->getModuleInfoXml($favorite->module);
|
||||
if (!$module_info) continue;
|
||||
$favorite_list[$no] = $module_info;
|
||||
$favorite_list[$no]->module = $favorite->module;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue