Index: branches/5.2.x/core/units/users/users_event_handler.php =================================================================== diff -u -N -r16692 -r16774 --- branches/5.2.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 16692) +++ branches/5.2.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 16774) @@ -1,6 +1,6 @@ Conn->Query($sql); + foreach ( $user_ids as $user_id ) { + $this->Application->incrementCacheSerial('u', $user_id); + } + + $this->Application->incrementCacheSerial('u'); + $sql = 'SELECT PortalUserId FROM ' . $table_name . ' WHERE (GroupId = ' . $primary_group_id . ') AND (PortalUserId IN (' . implode(',', $user_ids) . '))';