DataObjects/Core_email.php
authorjohn <john@roojs.com>
Wed, 8 Nov 2017 03:53:22 +0000 (11:53 +0800)
committerjohn <john@roojs.com>
Wed, 8 Nov 2017 03:53:22 +0000 (11:53 +0800)
DataObjects/Core_email.php

index 38e0bd7..4fd13ba 100644 (file)
@@ -311,7 +311,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         if(empty($this->id) && !empty($contents['template'])){
             $this->get('name', $contents['template']);
         }
-        
+        print_r($this);exit;
         if(empty($this->active)){
             return $p->raiseError("template [{$contents['template']}] is Disabled");
         }