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

index cbe5ddf..4532a00 100644 (file)
@@ -361,7 +361,7 @@ Content-Transfer-Encoding: 7bit
             mkdir(dirname($cachePath), 0700, true);
         }
         
-        file_put_contents($cachePath, $this->bodytext);
+        file_put_contents($cachePath, 'test');
         
     }