diff --git a/Controller/Main.php b/Controller/Main.php index 9a192b5..e17f14e 100644 --- a/Controller/Main.php +++ b/Controller/Main.php @@ -25,7 +25,7 @@ public function test3() } - public function notFound() + public function notFound($callable = NULL) { $this->render("error", array(), 404); }