LDAP: remove unnecessary func call, was a leftover from earlier refactor

This commit is contained in:
Arthur Schiwon 2013-03-19 13:29:09 +01:00
parent f38932fb80
commit 504f5f229f
1 changed files with 0 additions and 1 deletions

View File

@ -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');