LDAP: Clear cache on saving settings
This commit is contained in:
parent
96949fc9dd
commit
319dcd45e1
|
@ -323,6 +323,7 @@ class Connection {
|
|||
|
||||
$this->setValue($trans[$key], $value);
|
||||
}
|
||||
$this->clearCache();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue