Really fix #3318
diff --git a/system/core/Lang.php b/system/core/Lang.php
index bdd6da8..c0cd34a 100644
--- a/system/core/Lang.php
+++ b/system/core/Lang.php
@@ -93,6 +93,8 @@
 			{
 				$this->load($value, $idiom, $return, $add_suffix, $alt_path);
 			}
+
+			return;
 		}
 
 		$langfile = str_replace('.php', '', $langfile);