fix permissions
This commit is contained in:
parent
c5d09af24b
commit
7560671262
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ $this->registerModule(
|
|||
'0.9',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => dcAuth::PERMISSION_ADMIN,
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_USAGE,
|
||||
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||
]),
|
||||
'priority' => 200,
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/whiteListCom',
|
||||
|
|
Loading…
Reference in a new issue