mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
f1be01a89b
commit
f983f8f2bf
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Reference in a new issue