summaryrefslogtreecommitdiffstats
path: root/system/core/Lang.php
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2012-10-27 17:00:35 +0200
committervkeranov <vkeranov@gmail.com>2012-10-27 17:00:35 +0200
commitbb82969e52ca3fe67dfbb88deccf636d08e8d693 (patch)
tree8344c2cbb6523f094ff1be6245b118098e05fc6b /system/core/Lang.php
parented4b258a204319c5a3a7c242c1cc7dfbfe14ad4e (diff)
Remove extra new lines
Diffstat (limited to 'system/core/Lang.php')
-rw-r--r--system/core/Lang.php1
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);