mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed bug #45735
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9637 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1254,7 +1254,7 @@ $lang = array_merge($lang, array(
|
||||
$keys = func_get_args();
|
||||
|
||||
$non_static = array_shift($keys);
|
||||
$value = array_shift($keys);
|
||||
$value = utf8_normalize_nfc(array_shift($keys));
|
||||
|
||||
if (!$non_static)
|
||||
{
|
||||
|
Reference in New Issue
Block a user