From c20923f5ea9f500a41de2b3722f4b44fe3a45690 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 14:33:20 +0200 Subject: more cleanup --- articleenhancer/xpatharticleenhancer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'articleenhancer') diff --git a/articleenhancer/xpatharticleenhancer.php b/articleenhancer/xpatharticleenhancer.php index 8681051d2..ec3b61525 100644 --- a/articleenhancer/xpatharticleenhancer.php +++ b/articleenhancer/xpatharticleenhancer.php @@ -100,8 +100,7 @@ class XPathArticleEnhancer implements ArticleEnhancer { private function getFile($url) { return $this->fileFactory->getFile( - $url, $this->maximumTimeout, 5, null, 'Mozilla/5.0 AppleWebKit', - false, null, null, null + $url, $this->maximumTimeout, 5, null, 'Mozilla/5.0 AppleWebKit' ); } -- cgit v1.2.3