summaryrefslogtreecommitdiffstats
path: root/articleenhancer/xpatharticleenhancer.php
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer/xpatharticleenhancer.php')
-rw-r--r--articleenhancer/xpatharticleenhancer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/articleenhancer/xpatharticleenhancer.php b/articleenhancer/xpatharticleenhancer.php
index fa704e301..623b42bfc 100644
--- a/articleenhancer/xpatharticleenhancer.php
+++ b/articleenhancer/xpatharticleenhancer.php
@@ -20,7 +20,7 @@ use \ZendXml\Security;
use \OCA\News\Db\Item;
use \OCA\News\Utility\SimplePieAPIFactory;
-use \OCA\News\Utility\Config;
+use \OCA\News\Config\Config;
@@ -38,7 +38,7 @@ class XPathArticleEnhancer implements ArticleEnhancer {
* @param array $regexXPathPair an associative array containing regex to
* match the url and the xpath that should be used for it to extract the
* page
- * @param \OCA\News\Utility\Config $config
+ * @param \OCA\News\Config\Config $config
*/
public function __construct(SimplePieAPIFactory $fileFactory,
array $regexXPathPair,