summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRazican <admin@razican.com>2012-11-03 13:52:34 +0100
committerRazican <admin@razican.com>2012-11-03 13:52:34 +0100
commitfc2fbc55fbb234b842d9e9462e766211588d4880 (patch)
tree2befdc7ccb7194d6b7c8a1e6aeb85ea165307638 /system
parent28daadeca8ebc889fd799ed8bb58293ebeb4fabd (diff)
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))