fix permissions to always load activity tools

master
Jean-Christian Paul Denis 2021-09-17 22:53:08 +02:00
parent 12d1031c22
commit ddf5f74c42
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $this->registerModule(
'1.1.1',
[
'requires' => [['core', '2.19']],
'permissions' => 'admin',
'permissions' => 'usage,contentadmin,admin',
'priority' => -1000000,
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/activityReport',