mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
메뉴/문서관리 php/xml 캐시 파일에서 로그인회원의 group_srl을 놓치는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4300 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8b49f6fc57
commit
629e077e8e
2 changed files with 6 additions and 4 deletions
|
|
@ -798,8 +798,9 @@
|
|||
'$lang_type = Context::getLangType(); '.
|
||||
'$is_logged = Context::get(\'is_logged\'); '.
|
||||
'$logged_info = Context::get(\'logged_info\'); '.
|
||||
'if($is_logged && $logged_info->is_admin=="Y") { '.
|
||||
'$is_admin = true; '.
|
||||
'if($is_logged) {'.
|
||||
'if($logged_info->is_admin=="Y") $is_admin = true; '.
|
||||
'else $is_admin = false; '.
|
||||
'$group_srls = array_keys($logged_info->group_list); '.
|
||||
'} else { '.
|
||||
'$is_admin = false; '.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue