diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-16 02:06:14 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-16 02:06:14 +0000 |
| commit | da4a572e24c79f8e39f9042257cc6fbdc16158b0 (patch) | |
| tree | a3f3b7660697dedeee96037c6f3205ee493026c9 /phpBB/groupcp.php | |
| parent | b1b4c5a5e38a646fae05cc0e6e34410c0d85ad4c (diff) | |
| download | forums-da4a572e24c79f8e39f9042257cc6fbdc16158b0.tar forums-da4a572e24c79f8e39f9042257cc6fbdc16158b0.tar.gz forums-da4a572e24c79f8e39f9042257cc6fbdc16158b0.tar.bz2 forums-da4a572e24c79f8e39f9042257cc6fbdc16158b0.tar.xz forums-da4a572e24c79f8e39f9042257cc6fbdc16158b0.zip | |
Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards ... PS: This one works ...
git-svn-id: file:///svn/phpbb/trunk@1601 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/groupcp.php')
| -rw-r--r-- | phpBB/groupcp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 998cb1cd5a..0789834749 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -1198,6 +1198,8 @@ else $template->assign_block_vars("groups_remaining", array() ); } + $s_hidden_fields = '<input type="hidden" name="sid" value="' . $userdata['session_id'] . '" />'; + $template->assign_vars(array( "L_GROUP_MEMBERSHIP_DETAILS" => $lang['Group_member_details'], "L_JOIN_A_GROUP" => $lang['Group_member_join'], @@ -1209,6 +1211,7 @@ else "L_VIEW_INFORMATION" => $lang['View_Information'], "S_USERGROUP_ACTION" => append_sid("groupcp.$phpEx"), + "S_HIDDEN_FIELDS" => $s_hidden_fields, "GROUP_LIST_SELECT" => $s_group_list, "GROUP_PENDING_SELECT" => $s_pending_groups, |
