Skip to content

Commit 8cd8026

Browse files
committed
forgot to set attribute
1 parent fc32696 commit 8cd8026

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/lib/UnityGroup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function __construct(
2525
UnityWebhook $WEBHOOK,
2626
) {
2727
parent::__construct($LDAP->getPIGroupEntry(trim($gid)));
28+
$this->gid = $gid;
2829
$this->LDAP = $LDAP;
2930
$this->SQL = $SQL;
3031
$this->MAILER = $MAILER;

resources/lib/UnityOrg.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function __construct(
1919
UnityWebhook $WEBHOOK,
2020
) {
2121
parent::__construct($LDAP->getOrgGroupEntry(trim($gid)));
22+
$this->gid = $gid;
2223
$this->LDAP = $LDAP;
2324
$this->SQL = $SQL;
2425
$this->MAILER = $MAILER;

0 commit comments

Comments
 (0)