From facbe390acb49ffa8ab225e8b4c382759fa0302d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 23 Oct 2013 21:42:15 +0200 Subject: [PATCH] use new linkback request template api --- src/stapibas/Feed/PingUrls.php | 1 + 1 file changed, 1 insertion(+) 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']); -- 2.30.2