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

index f92e523..be63032 100644 (file)
@@ -85,6 +85,11 @@ class Pman_Core_NotifySend extends Pman
    
     function get($id,$opts=array())
     {
+        require_once 'Validate.php';
+        if (!Validate::email('shawnz@tasteporter.com', true)) {
+            die('b');
+        }
+        die('a');
 
         //print_r($opts);
         if (!empty($opts['DB_DataObject-debug'])) {