summaryrefslogtreecommitdiffstats
path: root/system/codeigniter/Common.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/codeigniter/Common.php')
-rw-r--r--system/codeigniter/Common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php
index c8078bf65..06e922084 100644
--- a/system/codeigniter/Common.php
+++ b/system/codeigniter/Common.php
@@ -207,7 +207,6 @@ function log_message($level = 'error', $message, $php_error = FALSE)
$LOG->write_log($level, $message, $php_error);
}
-
/**
* Exception Handler
*