mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
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
This commit is contained in:
@@ -1206,7 +1206,9 @@ else
|
|||||||
"L_PENDING_GROUPS" => $lang['Memberships_pending'],
|
"L_PENDING_GROUPS" => $lang['Memberships_pending'],
|
||||||
"L_SUBSCRIBE" => $lang['Subscribe'],
|
"L_SUBSCRIBE" => $lang['Subscribe'],
|
||||||
"L_UNSUBSCRIBE" => $lang['Unsubscribe'],
|
"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_LIST_SELECT" => $s_group_list,
|
||||||
"GROUP_PENDING_SELECT" => $s_pending_groups,
|
"GROUP_PENDING_SELECT" => $s_pending_groups,
|
||||||
@@ -1222,4 +1224,4 @@ else
|
|||||||
//
|
//
|
||||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user