Fix #277 Incorrect priority when loading old lang files

This commit is contained in:
Kijin Sung 2016-02-24 10:37:16 +09:00
parent 87a3128af6
commit 0b339a9450
2 changed files with 5 additions and 9 deletions

View file

@ -70,7 +70,7 @@ class LangParser
unset($xml);
// Save the array as a cache file.
$buff = "<?php\n";
$buff = "<?php\n// $filename\n";
foreach ($lang as $key => $value)
{
if (is_array($value))