1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 19:53:48 +01:00
This commit is contained in:
Toby Zerner 2015-10-14 12:26:48 +10:30
parent 60bdbe6e52
commit b928cb523a

View File

@ -55,7 +55,7 @@ class HandleErrors implements ErrorMiddlewareInterface
if ($this->debug && $errorCode !== 404) {
$whoops = new WhoopsMiddleware;
return $whoops($error, $request, $response, $out);;
return $whoops($error, $request, $response, $out);
}
$errorPage = $this->getErrorPage($status);