diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:00:35 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:00:35 +0200 |
commit | bb82969e52ca3fe67dfbb88deccf636d08e8d693 (patch) | |
tree | 8344c2cbb6523f094ff1be6245b118098e05fc6b /system/core | |
parent | ed4b258a204319c5a3a7c242c1cc7dfbfe14ad4e (diff) |
Remove extra new lines
Diffstat (limited to 'system/core')
-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); |