diff options
Diffstat (limited to 'langs/lib.php')
-rw-r--r-- | langs/lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/lib.php b/langs/lib.php index 522e80a14..b984d3223 100644 --- a/langs/lib.php +++ b/langs/lib.php @@ -131,7 +131,7 @@ function _po_diff($locale, $resource, $source_l = NULL, $path = NULL, $compared if (!isset($target_l[$msgid])) { // adding fuzzy or missing string $fuzzy_or_missing[] = $msgid; - $msgstr_target_l = NULL; + $msgstr_target_l[0] = ''; } else { $msgstr_target_l = $target_l[$msgid][$context_or_num]; // are there any plurals untranslated? |