summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 8c2ef15d2..20701fff9 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -2,7 +2,7 @@
$feedid = isset($_['feedid']) ? $_['feedid'] : '';
-$itemmapper = new OC_News_ItemMapper();
+$itemmapper = new OCA\News\ItemMapper();
$items = $itemmapper->findAll($feedid);
echo '<ul>';