From 682b01f58db3a522f39b0d6723a909660e440a81 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 14:39:23 +0100 Subject: fix class namespaces --- backgroundjob/task.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backgroundjob') diff --git a/backgroundjob/task.php b/backgroundjob/task.php index 098ff8393..e0b4d04f8 100644 --- a/backgroundjob/task.php +++ b/backgroundjob/task.php @@ -20,12 +20,13 @@ * */ -namespace OCA\News; +namespace OCA\News\Backgroundjob; + /** * This class maps a feed to an entry in the feeds table of the database. */ -class Backgroundjob { +class Task { static public function sortFeeds( $a, $b ) { if( $a->getId() == $b->getId() ) { return 0; -- cgit v1.2.3