NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2016 07:47:45 +0000 (15:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2016 07:47:45 +0000 (15:47 +0800)
NotifySend.php

index ab93b6b..af1d870 100644 (file)
@@ -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)) {