mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
#2092 c122946 보완
This commit is contained in:
parent
1233be446c
commit
3a031f53de
1 changed files with 6 additions and 3 deletions
|
|
@ -269,11 +269,14 @@ class fileModel extends file
|
||||||
}
|
}
|
||||||
|
|
||||||
// 모듈 권한 확인
|
// 모듈 권한 확인
|
||||||
|
if($oDocument->isExists())
|
||||||
|
{
|
||||||
$grant = $oModuleModel->getGrant($oModuleModel->getModuleInfoByModuleSrl($oDocument->get('module_srl')), $logged_info);
|
$grant = $oModuleModel->getGrant($oModuleModel->getModuleInfoByModuleSrl($oDocument->get('module_srl')), $logged_info);
|
||||||
if(!$grant->access)
|
if(!$grant->access)
|
||||||
{
|
{
|
||||||
return $this->stop('msg_not_permitted');
|
return $this->stop('msg_not_permitted');
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$args = new stdClass();
|
$args = new stdClass();
|
||||||
$args->upload_target_srl = $upload_target_srl;
|
$args->upload_target_srl = $upload_target_srl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue