From 21bd539847f33c3889c4f58f14afd672f54a410a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 01:44:12 +0200 Subject: ported to owncloud internal appframework classes, confused with how to start the app and define deps --- fetcher/feedfetcher.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetcher') diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php index 2ca4c999e..42caa75ec 100644 --- a/fetcher/feedfetcher.php +++ b/fetcher/feedfetcher.php @@ -25,8 +25,7 @@ namespace OCA\News\Fetcher; -use \OCA\AppFramework\Core\API; - +use \OCA\News\Core\API; use \OCA\News\Utility\FaviconFetcher; use \OCA\News\Utility\SimplePieAPIFactory; use \OCA\News\Utility\TimeFactory; -- cgit v1.2.3