Skip to content
Snippets Groups Projects
Commit 504f5f22 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

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

parent f38932fb
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment