From 4b92faf7ebb768819b82f5426ea7bb7e828d72df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 2 Mar 2014 12:25:36 +0100 Subject: [PATCH] jobController Test --- app/Controller/JobController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controller/JobController.php b/app/Controller/JobController.php index 110a6bc..cd201b0 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,7 +38,7 @@ class JobController extends AppController { $this->render('/Job/opening_list'); } } - + /* public function openingAdd() { $this->MiconwareSession->init($this); $this->MiconwareSession->initWeb($this);