From f9a403056333e43fdf2bbecc32ecaf45ea422e23 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jan 2016 15:47:45 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index ab93b6b7..af1d870c 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -264,8 +264,8 @@ class Pman_Core_NotifySend extends Pman } // since some of them have spaces?!?! - $p->email = trim($p->email); - } + $p->email = trim($p->email); + require_once 'Validate.php'; if (!Validate::email($p->email, true)) { -- 2.39.2