summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 14:33:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-08 14:33:20 +0200
commitc20923f5ea9f500a41de2b3722f4b44fe3a45690 (patch)
treea3c9e62e1ce8130dfe190d2c35315eefc2671c61 /articleenhancer
parent1fccfbbf261a704cb1890e7f2afdb4e4ae29cadd (diff)
more cleanup
Diffstat (limited to 'articleenhancer')
-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'
);
}