mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
fixed hide xe_admin menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5537945951
commit
82198e6f8a
2 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,9 @@
|
|||
// Get information from the DB
|
||||
$args->site_srl = $site_srl ;
|
||||
$args->menu_srl = $menu_srl;
|
||||
$output = executeQuery('menu.getMenus', $args);
|
||||
$output = executeQueryArray('menu.getMenus', $args);
|
||||
if(!$output->data) return;
|
||||
$menus = $output->data;
|
||||
if(!is_array($menus)) $menus = array($menus);
|
||||
return $menus;
|
||||
}
|
||||
|
||||
|
|
@ -259,4 +258,4 @@
|
|||
return $moduleInfoList;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue