From: Christian Weiske Date: Wed, 23 Oct 2013 19:42:15 +0000 (+0200) Subject: use new linkback request template api X-Git-Url: https://git.cweiske.de/stapibas.git/commitdiff_plain/facbe390acb49ffa8ab225e8b4c382759fa0302d use new linkback request template api --- diff --git a/src/stapibas/Feed/PingUrls.php b/src/stapibas/Feed/PingUrls.php index 7c16223..926dd8c 100644 --- a/src/stapibas/Feed/PingUrls.php +++ b/src/stapibas/Feed/PingUrls.php @@ -24,6 +24,7 @@ class Feed_PingUrls 'ssl_verify_host' => false ) ); + $this->pbc->setRequestTemplate($req); $headers = $req->getHeaders(); $req->setHeader('user-agent', 'stapibas / ' . $headers['user-agent']);