MessagePreview.php wip_alan_T7688_tweaks_as_per_email_1Jul
authorAlan <alan@roojs.com>
Thu, 8 Jun 2023 06:37:06 +0000 (14:37 +0800)
committerAlan <alan@roojs.com>
Thu, 8 Jun 2023 06:37:06 +0000 (14:37 +0800)
MessagePreview.php

index 61af49a..384cdbd 100644 (file)
@@ -55,8 +55,7 @@ class Pman_Core_MessagePreview extends Pman
             if (!method_exists($t,'notify'.$_REQUEST['evtype'])) {
                 $this->jerr("invalid evtype");
             }
-            
-            print_R($t);
+              
             $m = 'notify'.$_REQUEST['evtype'];
             $this->msg = (object)$t->$m('test@test.com', false, false, false);
            // print_R($this->msg->mailer );