diff --git a/app/Controller/SearchController.php b/app/Controller/SearchController.php index fc5fa9a..6a5f645 100644 --- a/app/Controller/SearchController.php +++ b/app/Controller/SearchController.php @@ -166,6 +166,7 @@ class SearchController extends AppController { $this->MiconwareSession->initWeb($this); $profil = $this->MiconwareSession->getCompany(); if(!empty($profil) and count($profil) > 0){ + //TODO iam $workers = $this->DreamjobWorker->find('all',array('conditions' => array('DreamjobWorker.searchhidden'=>false))); $this->set("workers",$workers); $this->render('/Search/worker');