]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clear the local cache when we clear the backends
authorJoas Schilling <nickvergessen@gmx.de>
Wed, 25 Feb 2015 13:54:25 +0000 (14:54 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Wed, 25 Feb 2015 15:03:12 +0000 (16:03 +0100)
lib/private/group/manager.php

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