From 860319970f69169bd821005da294480f4816dea2 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 26 Aug 2023 04:24:43 -0400 Subject: [PATCH] I am once again changing the logic statemtn Signed-off-by: Skylar "The Cobra" Widulski --- en/newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/newsletter.php b/en/newsletter.php index 812a239..cd1a07e 100644 --- a/en/newsletter.php +++ b/en/newsletter.php @@ -80,7 +80,7 @@ mail($email, $subject, $message, $headers); } - if (empty($_GET['action']) || ($_GET['action'] != "sub" && $_GET['action'] != "unsub") || !empty($err) && (empty($_GET['code']) || empty($code_err))) { + if (empty($_GET['action']) || ($_GET['action'] != "sub" && $_GET['action'] != "unsub") || !empty($err) && (empty($_GET['code']) && empty($code_err))) { ?>

Mailing List