NotifySend.php
authorleon <leon@roojs.com>
Mon, 3 Jul 2023 04:25:27 +0000 (12:25 +0800)
committerleon <leon@roojs.com>
Mon, 3 Jul 2023 04:25:27 +0000 (12:25 +0800)
NotifySend.php

index 07c4c20..f92e523 100644 (file)
@@ -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);