DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 02:19:20 +0000 (10:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 May 2018 02:19:20 +0000 (10:19 +0800)
DataObjects/Core_email.php

index fb6dd78..51094f6 100644 (file)
@@ -547,7 +547,7 @@ Content-Transfer-Encoding: 7bit
         
         $decoder = new Mail_mimeDecode($mailtext);
         $parts = $decoder->getSendArray();
-        file_put_contents($parts[2], $this->bodytext);
+        file_put_contents($cachePath,$parts[2]);
          
     }