diff --git a/app/controllers/ControllerBase.php b/app/controllers/ControllerBase.php index 522c8fa..d568744 100644 --- a/app/controllers/ControllerBase.php +++ b/app/controllers/ControllerBase.php @@ -18,6 +18,7 @@ class ControllerBase extends Controller protected function _forward404() { $this->dispatcher->forward(array( + 'namespace' => 'App\\Controller', 'controller' => 'error', 'action' => 'show404' ));