Undefined variable
This commit is contained in:
parent
7e33bf29eb
commit
1be7606aa2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue