We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203181f commit 6ae7ddaCopy full SHA for 6ae7dda
classes/webservice.php
@@ -473,8 +473,8 @@ private function get_least_recently_active_paid_user_id() {
473
continue;
474
}
475
476
- // Skip the protected group.
477
- if (!empty($this->protectedgroups) && !empty(array_intersect($this->protectedgroups, $user->group_ids ?? []))) {
+ // Skip the users of protected groups.
+ if (!empty(array_intersect($this->protectedgroups, $user->group_ids ?? []))) {
478
479
480
0 commit comments