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: v5.0.1~24^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=98c5d10bb5818ca511cdf1fd62000abc4f2ae081;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');