From 504f5f229f9ae46ef0e50136d58e499ebfde5105 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 19 Mar 2013 13:29:09 +0100 Subject: [PATCH] LDAP: remove unnecessary func call, was a leftover from earlier refactor --- apps/user_ldap/lib/connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 6643428afe..20784570e9 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');