DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:53:15 +0000 (19:53 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 11:53:15 +0000 (19:53 +0800)
DataObjects/Core_email.php

index 77ecc08..a691d11 100644 (file)
@@ -277,6 +277,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
         
         if(!$this->isGenerated($cachePath)){
+            print_r('run');exit;
             $this->cachedMailWithOutImages(true, false);
         }