mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
Fix for #534847
git-svn-id: file:///svn/phpbb/trunk@2435 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d153981485
commit
6d72d7c29f
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' )
|
||||||
"L_BOARD_STARTED" => $lang['Board_started'],
|
"L_BOARD_STARTED" => $lang['Board_started'],
|
||||||
"L_AVATAR_DIR_SIZE" => $lang['Avatar_dir_size'],
|
"L_AVATAR_DIR_SIZE" => $lang['Avatar_dir_size'],
|
||||||
"L_DB_SIZE" => $lang['Database_size'],
|
"L_DB_SIZE" => $lang['Database_size'],
|
||||||
|
"L_FORUM_LOCATION" => $lang['Forum_Location'],
|
||||||
|
"L_STARTED" => $lang['Login'],
|
||||||
"L_GZIP_COMPRESSION" => $lang['Gzip_compression'])
|
"L_GZIP_COMPRESSION" => $lang['Gzip_compression'])
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue