diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-11 23:19:23 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-04-11 23:19:35 +0200 |
commit | 59469afec44febdee7fc1fb0766463d78d2bc6a3 (patch) | |
tree | 7223ed9b8339636abaa4a974c92210c575c9bac5 /controller/pagecontroller.php | |
parent | f87d2c9d35d881bd6289a80b69ad3f83ee3f287a (diff) |
fix api routes for items
Diffstat (limited to 'controller/pagecontroller.php')
-rw-r--r-- | controller/pagecontroller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/pagecontroller.php b/controller/pagecontroller.php index 137dcf514..80491468c 100644 --- a/controller/pagecontroller.php +++ b/controller/pagecontroller.php @@ -45,7 +45,7 @@ class PageController extends Controller { * @NoAdminRequired * @NoCSRFRequired */ - public function index() { + public function index($test, $abc) { return $this->render('main'); } |