From 719b60f7e84e7060b679a9359a487f5cbbb937bf Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Tue, 27 Nov 2012 00:05:06 +0200 Subject: Fix some erroneous variable names (sorry) --- system/core/Lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core/Lang.php') diff --git a/system/core/Lang.php b/system/core/Lang.php index 47f6c00ee..9e6f43716 100644 --- a/system/core/Lang.php +++ b/system/core/Lang.php @@ -117,7 +117,7 @@ class CI_Lang { { 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); -- cgit v1.2.3-24-g4f1b