summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-03 17:10:52 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-03 17:10:52 +0100
commitd7677ab78cb98283677f85a8acf3ef4489a30d5e (patch)
treec0363dd545d20c5e45e4d3a8dc58ebdf0b454ac9 /system
parentcdac248e9cf7a8ea3ed426f189bb52254800bc2a (diff)
parentfc2fbc55fbb234b842d9e9462e766211588d4880 (diff)
Merge pull request #1964 from Razican/log_fix
Fixed typo in logs
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index a4dd47f86..e66270840 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -152,7 +152,7 @@ class CI_Log {
if ( ! file_exists($filepath))
{
$newfile = TRUE;
- $message .= '<'."?php if defined('BASEPATH') OR exit('No direct script access allowed'); ?".">\n\n";
+ $message .= '<'."?php defined('BASEPATH') OR exit('No direct script access allowed'); ?".">\n\n";
}
if ( ! $fp = @fopen($filepath, FOPEN_WRITE_CREATE))