diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php index 630d69ce76347f6b335e3ba76d0477ba0fc18041..30452a16b094762405a79df38f52cca6611be563 100644 --- a/Classes/Controller/BackendController.php +++ b/Classes/Controller/BackendController.php @@ -46,9 +46,10 @@ class BackendController extends ActionController { /** * Show all job offers and options to manage them * + * @param array $filters * @return void */ - public function indexAction() { + public function indexAction(array $filters = []) { // create doc header component try { $pageUid = (int) GeneralUtility::_GP('id');