Fix #3318
diff --git a/system/core/Lang.php b/system/core/Lang.php
index cac73c2..bdd6da8 100644
--- a/system/core/Lang.php
+++ b/system/core/Lang.php
@@ -91,7 +91,7 @@
 		{
 			foreach ($langfile as $value)
 			{
-				return $this->load($value, $idiom, $return, $add_suffix, $alt_path);
+				$this->load($value, $idiom, $return, $add_suffix, $alt_path);
 			}
 		}