mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#18623544 : remove default value of site_srl at getMenus query
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
636612d0cf
commit
571e54ffa3
2 changed files with 3 additions and 3 deletions
|
|
@ -40,8 +40,8 @@
|
|||
/**
|
||||
* @brief 등록된 모든 메뉴를 return
|
||||
**/
|
||||
function getMenus($site_srl = 0) {
|
||||
if(!$site_srl) {
|
||||
function getMenus($site_srl = null) {
|
||||
if(!isset($site_srl)) {
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
$site_srl = (int)$site_module_info->site_srl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue