summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);