msg
This commit is contained in:
parent
89f2eaca14
commit
040cf617f1
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue