X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/54fbef1610d1c2ecb48fb149602e3b88f80747df..b7bd33c14a0e1fa8a382a6c4345941e854b95bf2:/src/phinde/HubUrlExtractor.php diff --git a/src/phinde/HubUrlExtractor.php b/src/phinde/HubUrlExtractor.php index a7f38a0..81a612c 100644 --- a/src/phinde/HubUrlExtractor.php +++ b/src/phinde/HubUrlExtractor.php @@ -196,8 +196,7 @@ class HubUrlExtractor public function getRequest() { if ($this->request === null) { - $request = new \HTTP_Request2(); - $request->setConfig('follow_redirects', true); + $request = new HttpRequest(); $this->setRequestTemplate($request); }