fix permissions
This commit is contained in:
parent
70069927b9
commit
f5442e1eb2
@ -21,7 +21,9 @@ $this->registerModule(
|
|||||||
'0.10',
|
'0.10',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcAuth::PERMISSION_CONTENT_ADMIN,
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||||
|
]),
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
|
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=333002#p333002',
|
||||||
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
|
'details' => 'http://plugins.dotaddict.org/dc2/details/topWriter',
|
||||||
|
Loading…
Reference in New Issue
Block a user