mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
LDAP: Clear cache on saving settings
This commit is contained in:
parent
96949fc9dd
commit
319dcd45e1
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ class Connection {
|
|||
|
||||
$this->setValue($trans[$key], $value);
|
||||
}
|
||||
$this->clearCache();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue