jobController Test

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

View File

@ -38,7 +38,7 @@ class JobController extends AppController {
$this->render('/Job/opening_list');
}
}
*/
public function openingAdd() {
$this->MiconwareSession->init($this);
$this->MiconwareSession->initWeb($this);
@ -62,6 +62,7 @@ class JobController extends AppController {
$this->render('/Job/opening_edit');
}
}
*/
public function openingEdit() {
$this->MiconwareSession->init($this);
$this->MiconwareSession->initWeb($this);