We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf37d9 commit d7a9c95Copy full SHA for d7a9c95
system/Helpers/text_helper.php
@@ -310,7 +310,7 @@ function convert_accented_characters(string $str): string
310
if (! is_array($arrayFrom)) {
311
$config = new ForeignCharacters();
312
313
- if (empty($config->characterList) || ! is_array($config->characterList)) {
+ if ($config->characterList === [] || ! is_array($config->characterList)) {
314
$arrayFrom = [];
315
$arrayTo = [];
316
0 commit comments