jobController Test

This commit is contained in:
Martin Müller 2014-03-02 12:25:36 +01:00
parent a004863f8c
commit 4b92faf7eb
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class JobController extends AppController {
* @return void * @return void
* @throws NotFoundException When the view file could not be found * @throws NotFoundException When the view file could not be found
* or MissingViewException in debug mode. * or MissingViewException in debug mode.
*/
public function openingList() { public function openingList() {
$this->MiconwareSession->init($this); $this->MiconwareSession->init($this);
@ -38,7 +38,7 @@ class JobController extends AppController {
$this->render('/Job/opening_list'); $this->render('/Job/opening_list');
} }
} }
/*
public function openingAdd() { public function openingAdd() {
$this->MiconwareSession->init($this); $this->MiconwareSession->init($this);
$this->MiconwareSession->initWeb($this); $this->MiconwareSession->initWeb($this);