From f983f8f2bf897f40dec061d8b0eb601f1b4256a7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 16 Dec 2001 01:43:20 +0000 Subject: [PATCH] Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards git-svn-id: file:///svn/phpbb/trunk@1598 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/groupcp.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 7953c04863..998cb1cd5a 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -1206,7 +1206,9 @@ else "L_PENDING_GROUPS" => $lang['Memberships_pending'], "L_SUBSCRIBE" => $lang['Subscribe'], "L_UNSUBSCRIBE" => $lang['Unsubscribe'], - "L_VIEW_INFORMATION" => $lang['View_Information'], + "L_VIEW_INFORMATION" => $lang['View_Information'], + + "S_USERGROUP_ACTION" => append_sid("groupcp.$phpEx"), "GROUP_LIST_SELECT" => $s_group_list, "GROUP_PENDING_SELECT" => $s_pending_groups, @@ -1222,4 +1224,4 @@ else // include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> +?> \ No newline at end of file