summaryrefslogtreecommitdiffstats
path: root/lib/private/group
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-25 14:54:25 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-25 16:03:12 +0100
commit6e9f3b2f7e61d453f88865fbd7aa959c409120c2 (patch)
treea36f6b561f3b64ce4294f0915efcfeeb7763eab8 /lib/private/group
parent993d89b3cc55d36fca1b9ee9040fcda8790e2fba (diff)
downloadnextcloud-server-6e9f3b2f7e61d453f88865fbd7aa959c409120c2.tar.gz
nextcloud-server-6e9f3b2f7e61d453f88865fbd7aa959c409120c2.zip
Clear the local cache when we clear the backends
Diffstat (limited to 'lib/private/group')
-rw-r--r--lib/private/group/manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/group/manager.php b/lib/private/group/manager.php
index 29dc1860891..6b07b2d38c2 100644
--- a/lib/private/group/manager.php
+++ b/lib/private/group/manager.php
@@ -106,6 +106,7 @@ class Manager extends PublicEmitter implements IGroupManager {
public function clearBackends() {
$this->backends = array();
$this->cachedGroups = array();
+ $this->cachedUserGroups = array();
}
/**