summaryrefslogtreecommitdiffstats
path: root/ajax/createfeed.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-11 12:19:37 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-11 12:19:37 -0400
commit3443468538567c2cd23dc43b101b284c6af1a2e8 (patch)
tree0404288fcea3d0db05880bb75492311f68e487a0 /ajax/createfeed.php
parent48513e8e42c72409109f21804964b7c54527f6c0 (diff)
fix namespace issues from previous commit
Diffstat (limited to 'ajax/createfeed.php')
-rw-r--r--ajax/createfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/createfeed.php b/ajax/createfeed.php
index 896a9b1fa..5b4b31ffe 100644
--- a/ajax/createfeed.php
+++ b/ajax/createfeed.php
@@ -35,7 +35,7 @@ $userid = OCP\USER::getUser();
$feedurl = trim($_POST['feedurl']);
$folderid = trim($_POST['folderid']);
-$feedmapper = new FeedMapper();
+$feedmapper = new OCA\News\FeedMapper();
$feedid = $feedmapper->findIdFromUrl($feedurl);
$l = OC_L10N::get('news');