@baris said in Found a small bug in Groups:
Run this in mongodb to remove them, those groups shouldn't be in that set.
db.objects.remove({_key: "groups:visible:memberCount", value: "cid:25:privileges:groups:poll:create"}); db.objects.remove({_key: "groups:visible:memberCount", value: "cid:33:privileges:groups:poll:create"});
Awesome, thx for quick response. I've gone and done this and everything is back to normal. I assume it was because of that poll plugin. @Schamper might wanna look at this.