Undefined variable

This commit is contained in:
Pierre Rudloff 2016-10-13 17:29:31 +02:00
parent 7e33bf29eb
commit 1be7606aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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',