summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-03 12:04:09 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-03 12:04:09 -0400
commit41115284bf6c1023a542be0d6f2fab77febad36b (patch)
tree9b72ced57bb038711cb1bb3f1a5024073f574c0b /templates/part.items.php
parent72c730bf5fb21f58589a836483585dabd6866520 (diff)
fixes name of a parameter
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