Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:15:26 +0000 (11:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:15:26 +0000 (11:15 +0800)
Mailer.php

index da7029c..35b808c 100644 (file)
@@ -491,8 +491,10 @@ class Pman_Core_Mailer {
         $a = new HTTP_Request($this->mapurl($url));
         $a->sendRequest();
         $data = $a->getResponseBody();
+        
         $this->log("got file of size " . strlen($data));
         $this->log("save contentid " . md5($url));
+        
         file_put_contents($cache .'.data', $data);