fix permissions
This commit is contained in:
parent
77fc94a924
commit
c3debba5ff
12
_define.php
12
_define.php
@ -21,10 +21,12 @@ $this->registerModule(
|
||||
'0.1',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => dcAuth::PERMISSION_USAGE,
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/mail2log',
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/mail2log',
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/mail2log/master/dcstore.xml',
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_USAGE,
|
||||
]),
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/mail2log',
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/mail2log',
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/mail2log/master/dcstore.xml',
|
||||
]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user