mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 15:32:15 +09:00
Issue 2041: Starting module search UI modified for easier use
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10921 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
38d57999c6
commit
804f42a8e1
11 changed files with 395 additions and 24 deletions
|
|
@ -617,6 +617,13 @@
|
|||
foreach($mid_list as $module => $val) {
|
||||
if(!$selected_module) $selected_module = $module;
|
||||
$xml_info = $oModuleModel->getModuleInfoXml($module);
|
||||
|
||||
if(!$xml_info)
|
||||
{
|
||||
unset($mid_list[$module]);
|
||||
continue;
|
||||
}
|
||||
|
||||
$mid_list[$module]->title = $xml_info->title;
|
||||
|
||||
// change module category srl to title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue