mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Clear the local cache when we clear the backends
This commit is contained in:
parent
993d89b3cc
commit
6e9f3b2f7e
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ class Manager extends PublicEmitter implements IGroupManager {
|
|||
public function clearBackends() {
|
||||
$this->backends = array();
|
||||
$this->cachedGroups = array();
|
||||
$this->cachedUserGroups = array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue