DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 06:30:18 +0000 (14:30 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 06:30:18 +0000 (14:30 +0800)
DataObjects/Core_email.php

index 5b9c4b8..6f0580c 100644 (file)
@@ -250,7 +250,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         $ui = posix_getpwuid(posix_geteuid());
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';
-          print_r($cachePath);exit;
+          
         if (!$force && $this->isGenerated($cachePath)) {
             return;
         }