Skip to content

Commit 6a46b09

Browse files
committed
oops
1 parent 81dfc16 commit 6a46b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function accDeletionRequestExists($uid)
285285

286286
public function deleteAccountDeletionRequest($uid)
287287
{
288-
if (!$this->accDeletionRequestExists($requestor, $dest)) {
288+
if (!$this->accDeletionRequestExists($uid)) {
289289
return;
290290
}
291291
$stmt = $this->conn->prepare(

0 commit comments

Comments
 (0)