diff options
Diffstat (limited to 'phpBB/admin/admin_groups.php')
-rw-r--r-- | phpBB/admin/admin_groups.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php index 893672498b..94771d4fe6 100644 --- a/phpBB/admin/admin_groups.php +++ b/phpBB/admin/admin_groups.php @@ -27,9 +27,8 @@ if( !empty($setmodules) ) } $filename = basename(__FILE__); - $module['Groups']['Create'] = $filename . "$SID&mode=create"; - $module['Groups']['Delete'] = $filename . "$SID&mode=delete"; - $module['Groups']['Manage'] = $filename . "$SID&mode=manage"; + $module['GROUP']['CREATE'] = $filename . "$SID&mode=create"; + $module['GROUP']['MANAGE'] = $filename . "$SID&mode=manage"; return; } |