summaryrefslogtreecommitdiffstats
path: root/templates/part.items.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 /templates/part.items.php
parentc37d6ea2225e6b7ee93d2a294c33d81681fa843e (diff)
changes namespace to OCA\News
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>';