This commit is contained in:
Martin Müller 2014-04-29 20:31:30 +02:00
parent 942feac56d
commit b715833b7f
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +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);
} }
public function choose() { public function choose() {