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.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index ce5186052..93b7e213c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -1,5 +1,6 @@
<?php
-$feedid = isset($_['id']) ? $_['id'] : '';
+
+$feedid = isset($_['feedid']) ? $_['feedid'] : '';
$itemmapper = new OC_News_ItemMapper();
@@ -10,5 +11,3 @@ foreach($items as $item) {
echo '<li>' . $item->getTitle() . '</li>';
}
echo '</ul>';
-
-?> \ No newline at end of file