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

index 7294c3c..66bdb59 100644 (file)
@@ -311,7 +311,6 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
     function cachedMailWithOutImages($force = false, $replace_links = true)
     {  
         
-        
         $ui = posix_getpwuid(posix_geteuid());
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';