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:
ovclas 2011-09-30 04:40:26 +00:00
parent 215bd9ad16
commit 679f0e4673
3 changed files with 4 additions and 4 deletions

View file

@ -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);