stash
authorjohn <john@roojs.com>
Tue, 9 Jan 2018 14:16:22 +0000 (22:16 +0800)
committerjohn <john@roojs.com>
Tue, 9 Jan 2018 14:16:22 +0000 (22:16 +0800)
MessagePreview.php

index 4f23f61..badc88b 100644 (file)
@@ -113,8 +113,6 @@ class Pman_Core_MessagePreview extends Pman
 
         $content = $x->{$method}($this, $this->authUser);
         
-        var_dump($content);exit;
-        
         $sent = $core_email->send($content);
         
         if(is_object($sent)){