diff options
| author | 2015-01-08 15:16:32 +0100 | |
|---|---|---|
| committer | 2015-01-08 15:16:32 +0100 | |
| commit | 85ea5e548ac1057feeb8dfff99b1b433e4ecfd6b (patch) | |
| tree | 0b9194fc370115e5293845e6e0f401a591830f61 /lib/Minz | |
| parent | 8f04cb9d9db90cce71a0de81bcfbc68b0873ea23 (diff) | |
Fix install.php script (choice of lang)
Fix a bug in Minz_Translate too
Diffstat (limited to 'lib/Minz')
| -rw-r--r-- | lib/Minz/Translate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Translate.php b/lib/Minz/Translate.php index a90af659e..24497a193 100644 --- a/lib/Minz/Translate.php +++ b/lib/Minz/Translate.php @@ -49,7 +49,7 @@ class Minz_Translate { self::$lang_name = $lang_name; self::$lang_files = array(); self::$translates = array(); - foreach ($path_list as $path) { + foreach (self::$path_list as $path) { self::loadLang($path); } } |
