mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
628e09d269
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class acp_main
|
||||||
'S_MBSTRING_ENCODING_TRANSLATION_FAIL' => $encoding_translation && ($encoding_translation != 0),
|
'S_MBSTRING_ENCODING_TRANSLATION_FAIL' => $encoding_translation && ($encoding_translation != 0),
|
||||||
'S_MBSTRING_HTTP_INPUT_FAIL' => !empty($http_input),
|
'S_MBSTRING_HTTP_INPUT_FAIL' => !empty($http_input),
|
||||||
'S_MBSTRING_HTTP_OUTPUT_FAIL' => !empty($http_output),
|
'S_MBSTRING_HTTP_OUTPUT_FAIL' => !empty($http_output),
|
||||||
'S_DEFAULT_CHARSET_FAIL' => $default_charset !== 'UTF-8',
|
'S_DEFAULT_CHARSET_FAIL' => $default_charset !== null && strtolower($default_charset) !== 'utf-8',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue