mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Sigh
git-svn-id: file:///svn/phpbb/trunk@1672 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ede9be3551
commit
04d4c27785
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ function init_userprefs($userdata)
|
|||
$new_value = str_replace("_lang", "_" . $board_config['default_lang'], $value);
|
||||
|
||||
$images[$key] = ( file_exists($new_value) ) ? $new_value : str_replace("_lang", "_english", $value);
|
||||
print $new_value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue