Skip to content

Commit ecf5d09

Browse files
committed
explicit
1 parent 96effbe commit ecf5d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function approveUser(UnityUser $new_user, bool $send_mail = true): void
192192
]);
193193
}
194194
// being in a group makes you qualified
195-
$new_user->setModifier("qualified", true, true, false);
195+
$new_user->setModifier("qualified", true, doSendMail: true, doSendMailAdmin: false);
196196
}
197197

198198
public function denyUser(UnityUser $new_user, bool $send_mail = true): void

0 commit comments

Comments
 (0)