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',
|
'0.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcAuth::PERMISSION_USAGE,
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
'type' => 'plugin',
|
dcAuth::PERMISSION_USAGE,
|
||||||
'support' => 'https://github.com/JcDenis/mail2log',
|
]),
|
||||||
'details' => 'https://plugins.dotaddict.org/dc2/details/mail2log',
|
'type' => 'plugin',
|
||||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/mail2log/master/dcstore.xml',
|
'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