mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2486, fixed a bug. does not display site menu on menu management page
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12342 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
90bf16474c
commit
818bcbd916
1 changed files with 2 additions and 0 deletions
|
|
@ -730,6 +730,7 @@
|
|||
$xml_buff = sprintf(
|
||||
'<?php '.
|
||||
'define(\'__ZBXE__\', true); '.
|
||||
'define(\'__XE__\', true); '.
|
||||
'require_once(\''.FileHandler::getRealPath('./config/config.inc.php').'\'); '.
|
||||
'$oContext = &Context::getInstance(); '.
|
||||
'$oContext->init(); '.
|
||||
|
|
@ -751,6 +752,7 @@
|
|||
$php_buff = sprintf(
|
||||
'<?php '.
|
||||
'if(!defined("__ZBXE__")) exit(); '.
|
||||
'if(!defined("__XE__")) exit(); '.
|
||||
'%s; '.
|
||||
'%s; '.
|
||||
'$menu->list = array(%s); '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue