jobController Test
This commit is contained in:
parent
04d1edf80f
commit
a004863f8c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue