commit | 719b60f7e84e7060b679a9359a487f5cbbb937bf | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Nov 27 00:05:06 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Nov 27 00:05:06 2012 +0200 |
tree | 6649a90fb03d2c42bb393ede79cc819f420bf2f4 | |
parent | feb1e0578194fc1ca114bcafe46cba3f86245bef [diff] [blame] |
Fix some erroneous variable names (sorry)
diff --git a/system/core/Lang.php b/system/core/Lang.php index 47f6c00..9e6f437 100644 --- a/system/core/Lang.php +++ b/system/core/Lang.php
@@ -117,7 +117,7 @@ { foreach (get_instance()->load->get_package_paths(TRUE) as $package_path) { - $package_path .= 'language/'.$idiom.'/'.$langpath; + $package_path .= 'language/'.$idiom.'/'.$langfile; if ($basepath !== $package_path && file_exists($package_path)) { include($package_path);