fix permissions to always load activity tools
This commit is contained in:
parent
12d1031c22
commit
ddf5f74c42
@ -22,7 +22,7 @@ $this->registerModule(
|
|||||||
'1.1.1',
|
'1.1.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'admin',
|
'permissions' => 'usage,contentadmin,admin',
|
||||||
'priority' => -1000000,
|
'priority' => -1000000,
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/activityReport',
|
'support' => 'https://github.com/JcDenis/activityReport',
|
||||||
|
Loading…
Reference in New Issue
Block a user