mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
issue 2863 when menu's text is empty, recreate menu cache file
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12649 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a529970101
commit
22188a6077
2 changed files with 23 additions and 4 deletions
|
|
@ -98,7 +98,11 @@ class admin extends ModuleObject
|
|||
}
|
||||
|
||||
$this->_oldAdminmenuDelete();
|
||||
return FileHandler::getRealPath($output->php_file);
|
||||
|
||||
$returnObj->menu_srl = $output->menu_srl;
|
||||
$returnObj->php_file = FileHandler::getRealPath($output->php_file);
|
||||
|
||||
return $returnObj;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue