mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix missing L_POSTS assignment
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2492 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
39c363eaa4
commit
abef20d100
1 changed files with 2 additions and 1 deletions
|
@ -912,7 +912,8 @@ else if ( $group_id )
|
||||||
'L_PENDING_MEMBERS' => $lang['Pending_members'],
|
'L_PENDING_MEMBERS' => $lang['Pending_members'],
|
||||||
'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],
|
'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],
|
||||||
'L_PM' => $lang['Private_Message'],
|
'L_PM' => $lang['Private_Message'],
|
||||||
'L_EMAIL' => $lang['Email'],
|
'L_EMAIL' => $lang['Email'],
|
||||||
|
'L_POSTS' => $lang['Posts'],
|
||||||
'L_WEBSITE' => $lang['Website'],
|
'L_WEBSITE' => $lang['Website'],
|
||||||
'L_FROM' => $lang['Location'],
|
'L_FROM' => $lang['Location'],
|
||||||
'L_ORDER' => $lang['Order'],
|
'L_ORDER' => $lang['Order'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue