From 1be7606aa290d7673fe5d5c220f6fac7989cb4ac Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 13 Oct 2016 17:29:31 +0200 Subject: [PATCH] Undefined variable --- controllers/FrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 2faa080..d6b71e6 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -162,7 +162,7 @@ class FrontController */ public function error(Request $request, Response $response, \Exception $exception) { - if ($container instanceof Container) { + if ($this->container instanceof Container) { $this->container->view->render( $response, 'error.tpl',