We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9512ec1 commit 546d28cCopy full SHA for 546d28c
resources/lib/UnityUser.php
@@ -122,7 +122,7 @@ public function setModifier(
122
]);
123
}
124
if ($doSendMailAdmin) {
125
- $this->MAILER->sendMail($this->getMail(), "user_modifier_added_admin", [
+ $this->MAILER->sendMail("admin", "user_modifier_added_admin", [
126
"user" => $this->uid,
127
"org" => $this->getOrg(),
128
"modifier" => $modifier,
@@ -138,7 +138,7 @@ public function setModifier(
138
139
140
141
- $this->MAILER->sendMail($this->getMail(), "user_modifier_removed_admin", [
+ $this->MAILER->sendMail("admin", "user_modifier_removed_admin", [
142
143
144
0 commit comments