diff options
| -rw-r--r-- | includes/functions/functions.php | 2 |
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>"; |
