Skip to content

Commit 01ff699

Browse files
authored
Issue #37: Adding the restrict_access property to the administer matomo permission. (#38)
1 parent 7629493 commit 01ff699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matomo.module

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function matomo_permission() {
4040
'administer matomo' => array(
4141
'title' => t('Administer Matomo'),
4242
'description' => t('Perform maintenance tasks for Matomo.'),
43+
'restrict access' => TRUE,
4344
),
4445
'opt-in or out of matomo tracking' => array(
4546
'title' => t('Opt-in or out of tracking'),

0 commit comments

Comments
 (0)