diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index 3135ba38..9d1f4fec 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -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',