diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
commit | 8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch) | |
tree | a9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/core/Lang.php | |
parent | b9fe7e9be099f450747de6ed28d400764ffc58b3 (diff) | |
parent | 3bb4029bbe0db9625be21e2dad82ef18286560ca (diff) |
Merge pull request #1935 from vkeranov/develop
Remove some extra new lines
Diffstat (limited to 'system/core/Lang.php')
-rw-r--r-- | system/core/Lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Lang.php b/system/core/Lang.php index e74304dd9..251cf6ef1 100644 --- a/system/core/Lang.php +++ b/system/core/Lang.php @@ -120,7 +120,6 @@ class CI_Lang { } } - if ( ! isset($lang) OR ! is_array($lang)) { log_message('error', 'Language file contains no data: language/'.$idiom.'/'.$langfile); |