From 04d1edf80f0a9aa41aab0d8b58aae3d7af361508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 2 Mar 2014 12:24:37 +0100 Subject: [PATCH] jobController Test --- app/Controller/JobController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controller/JobController.php b/app/Controller/JobController.php index 3a3e7df..1b528b0 100644 --- a/app/Controller/JobController.php +++ b/app/Controller/JobController.php @@ -19,7 +19,7 @@ class JobController extends AppController { * @return void * @throws NotFoundException When the view file could not be found * or MissingViewException in debug mode. - */ + public function openingList() { $this->MiconwareSession->init($this); @@ -38,6 +38,7 @@ class JobController extends AppController { $this->render('/Job/opening_list'); } } + */ public function openingAdd() { $this->MiconwareSession->init($this); $this->MiconwareSession->initWeb($this);