Skip to content

Commit fc3e4df

Browse files
committed
remove reference to undefined variable
1 parent 5069903 commit fc3e4df

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
@@ -140,7 +140,7 @@ public function approveGroup($operator = null, $send_mail = true)
140140
{
141141
if (!$this->SQL->requestExists($this->getOwner()->getUID())) {
142142
throw new Exception(
143-
"attempt to approve nonexistent request for group='{$this->getPIUID()}' uid='$new_user'"
143+
"attempt to approve nonexistent request for group='{$this->getPIUID()}'"
144144
);
145145
}
146146

0 commit comments

Comments
 (0)