From 63e4148ec6d26ff9b5c8c7906d1ddd9a52df215b Mon Sep 17 00:00:00 2001 From: Julien HEYMAN Date: Wed, 7 Aug 2013 15:26:34 +0200 Subject: [PATCH] Fix cache when group is approved --- src/common/include/Group.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/include/Group.class.php b/src/common/include/Group.class.php index 21e2817..df97b6f 100644 --- a/src/common/include/Group.class.php +++ b/src/common/include/Group.class.php @@ -2423,6 +2423,8 @@ class Group extends Error { } $this->normalizeAllRoles(); + // empty members cache because the group creator is not yet in cache. + unset($this->membersArr); $this->activateUsers(); // Delete fake join request -- 2.1.4