commit | 32a077a73e33bc3367db6353d21300259e2cc4d2 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sat Nov 08 18:52:11 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Sat Nov 08 18:52:11 2014 +0200 |
tree | d01a562cfd2ba7a4bd02fb32f691814f8f3d4f23 | |
parent | 5a7f77d86ba492fc6561ec9af57fb1135693b357 [diff] [blame] |
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);