This commit is contained in:
Martin Müller 2014-05-11 15:36:15 +02:00
parent 889e67b4d9
commit 9e1df8a6d6
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class SearchController extends AppController {
$this->MiconwareSession->initWeb($this);
$profil = $this->MiconwareSession->getCompany();
if (!empty($profil) and count($profil) > 0) {
$con = array('DreamjobWorker.searchhidden' => false);
$con = array('DreamjobWorker.searchhidden' => true);
$con2 = array();
if (!empty($this->request->data['DreamjobISearch']['branch_id']))