summaryrefslogtreecommitdiffstats
path: root/ajax/feedlist.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-11 11:39:03 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-11 11:39:03 -0400
commit48513e8e42c72409109f21804964b7c54527f6c0 (patch)
tree3da33a98ff14cc34b9f78b08e824d6200a23b1fa /ajax/feedlist.php
parentc37d6ea2225e6b7ee93d2a294c33d81681fa843e (diff)
changes namespace to OCA\News
Diffstat (limited to 'ajax/feedlist.php')
-rw-r--r--ajax/feedlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/feedlist.php b/ajax/feedlist.php
index a1a6b7190..ce3128125 100644
--- a/ajax/feedlist.php
+++ b/ajax/feedlist.php
@@ -17,7 +17,7 @@ OCP\JSON::callCheck();
$userid = OCP\USER::getUser();
-$feedmapper = new OC_News_FeedMapper($userid);
+$feedmapper = new OCA\News\FeedMapper($userid);
$feeds = $feedmapper->findAll();
$l = OC_L10N::get('news');