Skip to content

Commit 98d6767

Browse files
committed
add missing argument
1 parent 9ba08d6 commit 98d6767

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
@@ -94,7 +94,7 @@ public function approveGroup(?UnityUser $operator = null, bool $send_mail = true
9494
public function denyGroup(?UnityUser $operator = null, bool $send_mail = true): void
9595
{
9696
$request = $this->SQL->getRequest($this->getOwner()->uid, UnitySQL::REQUEST_BECOME_PI);
97-
$this->SQL->removeRequest($this->getOwner()->uid);
97+
$this->SQL->removeRequest($this->getOwner()->uid, UnitySQL::REQUEST_BECOME_PI);
9898
if ($this->exists()) {
9999
return;
100100
}

0 commit comments

Comments
 (0)