From a52df5cad2f9853514988b1bb43b07e812bb9316 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 11:11:20 +0200 Subject: move config class into config folder --- articleenhancer/xpatharticleenhancer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'articleenhancer') 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, -- cgit v1.2.3