Fixed application/libraries/PhrasesLib.php->_appendPhraseToCategoryFile

This commit is contained in:
Paolo
2025-09-22 10:54:57 +02:00
parent 0c83bdfc68
commit 0f82e73935
12 changed files with 19075 additions and 48557 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ class PhrasesLib
{
// If found then append the new phrase to the current line
// and replace the end of the array
$line = str_replace(');', "\n".var_export($phrase, true).','."\n".');', $line);
$line = str_replace(');', ",\n".var_export($phrase, true)."\n".');', $line);
}
// In any case copy the line to the temp file