remember to blow cache when creating a new group
This commit is contained in:
parent
543567e6d5
commit
91e5a72609
@ -573,6 +573,8 @@ class User_group extends Memcached_DataObject
|
||||
throw new ServerException(_('Could not set group membership.'));
|
||||
}
|
||||
|
||||
self::blow('profile:groups:%d', $userid);
|
||||
|
||||
if ($local) {
|
||||
$local_group = new Local_group();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user