aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 01:43:20 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 01:43:20 +0000
commitf983f8f2bf897f40dec061d8b0eb601f1b4256a7 (patch)
tree9eff58ef9e85c5afeba586d08619204b43e829f2
parentf1be01a89b107409b4219a47fc635261a2039b30 (diff)
downloadforums-f983f8f2bf897f40dec061d8b0eb601f1b4256a7.tar
forums-f983f8f2bf897f40dec061d8b0eb601f1b4256a7.tar.gz
forums-f983f8f2bf897f40dec061d8b0eb601f1b4256a7.tar.bz2
forums-f983f8f2bf897f40dec061d8b0eb601f1b4256a7.tar.xz
forums-f983f8f2bf897f40dec061d8b0eb601f1b4256a7.zip
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
-rw-r--r--phpBB/groupcp.php6
1 files 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