diff options
author | Andrey Andreev <narf@devilix.net> | 2014-11-08 17:52:11 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-11-08 17:52:11 +0100 |
commit | 32a077a73e33bc3367db6353d21300259e2cc4d2 (patch) | |
tree | d01a562cfd2ba7a4bd02fb32f691814f8f3d4f23 /system/core | |
parent | 5a7f77d86ba492fc6561ec9af57fb1135693b357 (diff) |
Really fix #3318
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Lang.php | 2 |
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); |