mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
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
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user