diff --git a/core/Log/Formatter/ErrorHtmlFormatter.php b/core/Log/Formatter/ErrorHtmlFormatter.php index 3af11282cd2..210af8b71fe 100644 --- a/core/Log/Formatter/ErrorHtmlFormatter.php +++ b/core/Log/Formatter/ErrorHtmlFormatter.php @@ -40,7 +40,7 @@ public function format($message, $level, $tag, $datetime, Log $logger) $html = ''; $html .= "\n
There is an error. Please report the message (Piwik " . (class_exists('Piwik\Version') ? Version::VERSION : '') . ") - and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

+ and full backtrace in the Piwik forums (please do a Search first as it might have been reported already!).

"; $html .= Error::getErrNoString($message->errno); $html .= ":
{$message->errstr} in {$message->errfile}";