From: Arthur Schiwon Date: Tue, 19 Mar 2013 12:29:09 +0000 (+0100) Subject: LDAP: remove unnecessary func call, was a leftover from earlier refactor X-Git-Tag: v6.0.0alpha2~1040 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=504f5f229f9ae46ef0e50136d58e499ebfde5105;p=nextcloud-server.git LDAP: remove unnecessary func call, was a leftover from earlier refactor --- diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 6643428afe4..20784570e93 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -212,7 +212,6 @@ class Connection { */ private function readConfiguration($force = false) { if((!$this->configured || $force) && !is_null($this->configID)) { - $defaults = $this->getDefaults(); $v = 'getValue'; $this->config['ldapHost'] = $this->$v('ldap_host'); $this->config['ldapBackupHost'] = $this->$v('ldap_backup_host');