summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-03-19 13:29:09 +0100
committerArthur Schiwon <blizzz@owncloud.com>2013-03-19 14:40:05 +0100
commit504f5f229f9ae46ef0e50136d58e499ebfde5105 (patch)
treeada6fa8d71a19fa56c716213a44179cf949f128a /apps/user_ldap/lib/connection.php
parentf38932fb801f101836e5b6144191cb9a3ee7901b (diff)
downloadnextcloud-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.php1
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');