mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Fixed application/libraries/PhrasesLib.php->_appendPhraseToCategoryFile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user