Undefined variable

This commit is contained in:
Pierre Rudloff 2016-10-13 17:29:31 +02:00
parent 7e33bf29eb
commit 1be7606aa2

View file

@ -162,7 +162,7 @@ class FrontController
*/ */
public function error(Request $request, Response $response, \Exception $exception) public function error(Request $request, Response $response, \Exception $exception)
{ {
if ($container instanceof Container) { if ($this->container instanceof Container) {
$this->container->view->render( $this->container->view->render(
$response, $response,
'error.tpl', 'error.tpl',