mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
issue 222 admin menu recreate bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
215bd9ad16
commit
679f0e4673
3 changed files with 4 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
|||
**/
|
||||
|
||||
class admin extends ModuleObject {
|
||||
|
||||
/**
|
||||
* @brief install admin module
|
||||
* @return new Object
|
||||
|
|
@ -43,7 +44,7 @@
|
|||
function createXeAdminMenu()
|
||||
{
|
||||
//insert menu
|
||||
$args->title = $this->xeMenuTitle;
|
||||
$args->title = '__XE_ADMIN__';
|
||||
$args->menu_srl = getNextSequence();
|
||||
$args->listorder = $args->menu_srl * -1;
|
||||
$output = executeQuery('menu.insertMenu', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue