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

index 0fea0af..61af49a 100644 (file)
@@ -55,6 +55,8 @@ 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 );