summaryrefslogtreecommitdiff
path: root/includes/functions/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions.php')
-rw-r--r--includes/functions/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions.php b/includes/functions/functions.php
index d4eb880ca7..146aee604e 100644
--- a/includes/functions/functions.php
+++ b/includes/functions/functions.php
@@ -378,7 +378,7 @@ function wt_error_handler($errno, $errstr, $errfile, $errline) {
$log_msg.="\n0 Error occurred on ";
} else {
$fmt_msg.="{$i} called from ";
- $log_msg.="{$i} called from ";
+ $log_msg.="\n{$i} called from ";
}
if (isset($backtrace[$i]["line"]) && isset($backtrace[$i]["file"])) {
$fmt_msg.="line <b>{$backtrace[$i]['line']}</b> of file <b>".basename($backtrace[$i]['file'])."</b>";