Till Brehm
2015-06-17 24949e78caa699da0d6069ad266a5a331f5a366c
Fixed language file import problem: https://www.howtoforge.com/community/threads/import-language-issue.70355
1 files modified
2 ■■■ changed files
interface/web/admin/language_import.php 2 ●●● patch | view | raw | blame | history
interface/web/admin/language_import.php
@@ -36,7 +36,7 @@
    $new_string = '';
    for($c = 0; $c < mb_strlen($string); $c++) {
        $char = $string{$c};
        $char = mb_substr($string, $c, 1);
        if($in_string === true && $escaped === false && $char === $quote) {
            // this marks a string end (e.g. for concatenation)