msg
This commit is contained in:
parent
b715833b7f
commit
ad7577c906
|
@ -33,7 +33,7 @@ class SearchController extends AppController {
|
||||||
$this->Security->unlockedActions[]="academy";
|
$this->Security->unlockedActions[]="academy";
|
||||||
$this->Security->unlockedActions[]="internship";
|
$this->Security->unlockedActions[]="internship";
|
||||||
parent::beforeFilter();
|
parent::beforeFilter();
|
||||||
$this->set('SEARCH_START', true);
|
$this->set('MENU_SEARCH', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function choose() {
|
public function choose() {
|
||||||
|
|
Loading…
Reference in New Issue