diff options
Diffstat (limited to 'phpBB/admin/admin_groups.php')
-rw-r--r-- | phpBB/admin/admin_groups.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/admin/admin_groups.php b/phpBB/admin/admin_groups.php index dbce1cb6a6..e3c35f1d93 100644 --- a/phpBB/admin/admin_groups.php +++ b/phpBB/admin/admin_groups.php @@ -24,9 +24,9 @@ define('IN_PHPBB', 1); 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['Groups']['Create'] = $filename . "$SID&mode=create"; + $module['Groups']['Delete'] = $filename . "$SID&mode=delete"; + $module['Groups']['Manage'] = $filename . "$SID&mode=manage"; return; } |