diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-03-19 13:29:09 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-03-19 14:40:05 +0100 |
commit | 504f5f229f9ae46ef0e50136d58e499ebfde5105 (patch) | |
tree | ada6fa8d71a19fa56c716213a44179cf949f128a /apps/user_ldap/lib/connection.php | |
parent | f38932fb801f101836e5b6144191cb9a3ee7901b (diff) | |
download | nextcloud-server-504f5f229f9ae46ef0e50136d58e499ebfde5105.tar.gz nextcloud-server-504f5f229f9ae46ef0e50136d58e499ebfde5105.zip |
LDAP: remove unnecessary func call, was a leftover from earlier refactor
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r-- | apps/user_ldap/lib/connection.php | 1 |
1 files changed, 0 insertions, 1 deletions
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'); |