From c39e864e463b0f7149957d1f6ada1e16f09c2956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20L=2E=20H=2E-F?= Date: Tue, 10 Jan 2023 17:42:47 +0100 Subject: [PATCH] Fix the report email --- reported.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reported.php b/reported.php index 850eebe..f0909c7 100755 --- a/reported.php +++ b/reported.php @@ -53,7 +53,7 @@ if ( $req->execute([$argument]); $row = $req->fetch(); if (isset($row["id"])) { - $deletionId = $row["deletionId"]; + $deletionId = $row["deleteId"]; $origin = $row["original"]; include_once $_SERVER["DOCUMENT_ROOT"] . "/assets/includes/header.php"; $to_email = "abuse@$url";