From 32a077a73e33bc3367db6353d21300259e2cc4d2 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 8 Nov 2014 18:52:11 +0200 Subject: Really fix #3318 --- system/core/Lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/core') diff --git a/system/core/Lang.php b/system/core/Lang.php index bdd6da8e9..c0cd34a3d 100644 --- a/system/core/Lang.php +++ b/system/core/Lang.php @@ -93,6 +93,8 @@ class CI_Lang { { $this->load($value, $idiom, $return, $add_suffix, $alt_path); } + + return; } $langfile = str_replace('.php', '', $langfile); -- cgit v1.2.3-24-g4f1b