Clear the local cache when we clear the backends

This commit is contained in:
Joas Schilling 2015-02-25 14:54:25 +01:00
parent 993d89b3cc
commit 6e9f3b2f7e
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class Manager extends PublicEmitter implements IGroupManager {
public function clearBackends() {
$this->backends = array();
$this->cachedGroups = array();
$this->cachedUserGroups = array();
}
/**