summaryrefslogtreecommitdiffstats
path: root/articleenhancer/xpatharticleenhancer.php
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer/xpatharticleenhancer.php')
-rw-r--r--articleenhancer/xpatharticleenhancer.php3
1 files changed, 1 insertions, 2 deletions
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'
);
}