commit | 5a7f77d86ba492fc6561ec9af57fb1135693b357 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sat Nov 08 15:15:44 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Sat Nov 08 15:15:44 2014 +0200 |
tree | 0e426d94fe270b44c30daa1069790c8b0ee29296 | |
parent | 50c9ea154c125f5ce1a2d0384470f4e71188d628 [diff] [blame] |
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); } }