domain ldap typo fix

This commit is contained in:
SJ
2013-08-26 23:17:09 +02:00
parent 98c15c4ff1
commit da9c965413
3 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ControllerDomainDomain extends Controller {
$this->load->model('domain/domain');
if(ENABLE_SAAS == 1) {
$this->load->model('saas/ldap');
$this->data['ldap'] = $this->model_saas_ldap->get();
$this->data['ldap'] = $this->model_saas_ldap->search();
if ( isset($this->request->post['ldap_id']) ) {
$ldap_id = $this->request->post['ldap_id'];
} else {