mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
Fix #277 Incorrect priority when loading old lang files
This commit is contained in:
parent
87a3128af6
commit
0b339a9450
2 changed files with 5 additions and 9 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue