DataObjects/Core_email.php
authorKH Lau <khlau@roojs.com>
Wed, 10 Jan 2018 10:39:10 +0000 (18:39 +0800)
committerKH Lau <khlau@roojs.com>
Wed, 10 Jan 2018 10:39:10 +0000 (18:39 +0800)
DataObjects/Core_email.php

index 414698b..9c48d6e 100644 (file)
@@ -312,7 +312,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             $this->get('name', $contents['template']);
         }
         
-                       var_dump($this->active);exit;        
+                       var_dump($contents['template']);exit;        
         
         if(empty($this->active)){
             return $p->raiseError("template [{$contents['template']}] is Disabled");