summaryrefslogtreecommitdiffstats
path: root/system/core/Lang.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-11-08 17:52:11 +0100
committerAndrey Andreev <narf@devilix.net>2014-11-08 17:52:11 +0100
commit32a077a73e33bc3367db6353d21300259e2cc4d2 (patch)
treed01a562cfd2ba7a4bd02fb32f691814f8f3d4f23 /system/core/Lang.php
parent5a7f77d86ba492fc6561ec9af57fb1135693b357 (diff)
Really fix #3318
Diffstat (limited to 'system/core/Lang.php')
-rw-r--r--system/core/Lang.php2
1 files changed, 2 insertions, 0 deletions
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);