Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Mar 14, 2024
1 parent 14af486 commit 9a8ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ycom_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function isInGroup(int $group_id): bool
{
$ycom_groups = (string) $this->getValue('ycom_groups');

if ('' === $group_id) {
if (1 > $group_id) {
return true;
}
if ('' !== $ycom_groups) {
Expand Down

0 comments on commit 9a8ed33

Please sign in to comment.