Skip to content

Commit

Permalink
Fix access option in Modules.php
Browse files Browse the repository at this point in the history
Fixes: #806
  • Loading branch information
nhovratov committed May 31, 2024
1 parent bf3fd34 commit 84d3945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'web_calendarize' => [
'parent' => 'web',
'access' => 'user, group',
'access' => 'user',
'path' => '/module/web/calendarize',
'iconIdentifier' => 'ext-calendarize-wizard-icon',
'labels' => 'LLL:EXT:calendarize/Resources/Private/Language/locallang_mod.xlf',
Expand Down

0 comments on commit 84d3945

Please sign in to comment.