password
This commit is contained in:
parent
889e67b4d9
commit
9e1df8a6d6
|
@ -162,7 +162,7 @@ class SearchController extends AppController {
|
||||||
$this->MiconwareSession->initWeb($this);
|
$this->MiconwareSession->initWeb($this);
|
||||||
$profil = $this->MiconwareSession->getCompany();
|
$profil = $this->MiconwareSession->getCompany();
|
||||||
if (!empty($profil) and count($profil) > 0) {
|
if (!empty($profil) and count($profil) > 0) {
|
||||||
$con = array('DreamjobWorker.searchhidden' => false);
|
$con = array('DreamjobWorker.searchhidden' => true);
|
||||||
$con2 = array();
|
$con2 = array();
|
||||||
|
|
||||||
if (!empty($this->request->data['DreamjobISearch']['branch_id']))
|
if (!empty($this->request->data['DreamjobISearch']['branch_id']))
|
||||||
|
|
Loading…
Reference in New Issue