From a3cbc0fa2b8956189481113eb53c47bb0c7228f2 Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 3 Jul 2023 12:25:27 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 - 1 file changed, 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 07c4c202..f92e5232 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -278,7 +278,6 @@ class Pman_Core_NotifySend extends Pman require_once 'Validate.php'; - die('a'); if (!Validate::email($p->email, true)) { $ev = $this->addEvent('NOTIFYFAIL', $w, "INVALID ADDRESS: " . $p->email); $ww = clone($w); -- 2.39.2