This commit is contained in:
Martin Müller 2014-04-29 20:32:18 +02:00
parent b715833b7f
commit ad7577c906
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class SearchController extends AppController {
$this->Security->unlockedActions[]="academy";
$this->Security->unlockedActions[]="internship";
parent::beforeFilter();
$this->set('SEARCH_START', true);
$this->set('MENU_SEARCH', true);
}
public function choose() {