From: Alan Knowles Date: Thu, 28 Jan 2016 07:47:45 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f9a403056333e43fdf2bbecc32ecaf45ea422e23 NotifySend.php --- 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)) {