mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6551 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5432cab789
commit
a497a75aac
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
// XE에서 access, manager (== is_admin) 는 고정된 권한명이며 이와 관련된 권한 설정
|
||||
$module_srl = (int)Context::get('module_srl');
|
||||
if(!$module_info->mid && $module_srl) {
|
||||
$module_srl = Context::get('module_srl');
|
||||
if(!$module_info->mid && preg_match('/^([0-9]+)$/',$module_srl)) {
|
||||
$request_module = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
|
||||
if($request_module->module_srl == $module_srl) {
|
||||
$grant = $oModuleModel->getGrant($request_module, $logged_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue