Changed Mailer.php
authorEdward <edward@roojs.com>
Fri, 1 Mar 2019 06:56:44 +0000 (14:56 +0800)
committerEdward <edward@roojs.com>
Fri, 1 Mar 2019 06:56:44 +0000 (14:56 +0800)
Mailer.php

index 1211e4e..7da09a8 100644 (file)
@@ -588,7 +588,6 @@ class Pman_Core_Mailer {
         
         $real_url = str_replace(' ', '%20', $this->mapurl($url));
         $a = new HTTP_Request($real_url);
-        $a->addQueryString('is_email', 1);
         $a->sendRequest();
         $data = $a->getResponseBody();