Clear the local cache when we clear the backends
This commit is contained in:
parent
993d89b3cc
commit
6e9f3b2f7e
|
@ -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 New Issue