MessagePreview.php
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 08:39:50 +0000 (16:39 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 08:39:50 +0000 (16:39 +0800)
MessagePreview.php

index 5066c08..161b830 100644 (file)
@@ -83,7 +83,9 @@ class Pman_Core_MessagePreview extends Pman
         
         $x = new $cls;
         
-        if(!method_exists($x, ''))
+        if(!method_exists($x, "test_{$core_email->name}")){
+            $this->jerr("Function test_{$core_email->name} does not exists");
+        }
         
     }
 }