Skip to content

Commit 059d77c

Browse files
committed
missing set qualified
1 parent 1c41934 commit 059d77c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public function approveGroup(?UnityUser $operator = null, bool $send_mail = true
113113
if ($send_mail) {
114114
$this->MAILER->sendMail($this->getOwner()->getMail(), "group_created");
115115
}
116+
$this->getOwner()->setIsQualified(true); // having your own group makes you qualified
116117
}
117118

118119
/**

0 commit comments

Comments
 (0)