DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:43:30 +0000 (13:43 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:43:30 +0000 (13:43 +0800)
DataObjects/Core_email.php

index e10fba8..78f7246 100644 (file)
@@ -260,6 +260,8 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
     
     function send($obj, $force = true, $send = true)
     {   
+        $this->processRelacements(true);
+        exit;
         $contents = (array)$obj;
         
         if(empty($this->id)){