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

index 996ffdd..da7029c 100644 (file)
@@ -491,7 +491,8 @@ 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("got file of size " . strlen($data));
+        $this->log("save contentid " . md5($url));
         file_put_contents($cache .'.data', $data);