summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-13 03:07:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-13 03:07:34 +0200
commit8904f6d3f5132529d654c5b5a8b94cec7304b482 (patch)
tree08ba67467efb0283ee18cde101ec19110bf58734 /templates/part.items.php
parentf3d86d21def0f635a2a8583debcdde5de9ea87e1 (diff)
preperations for always selecting last feed/folder
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 098718a6b..296080eb8 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -1,6 +1,6 @@
<?php
-$feedId = isset($_['feedid']) ? $_['feedid'] : '';
+$feedId = isset($_['lastViewedFeedId']) ? $_['lastViewedFeedId'] : '';
$itemMapper = new OCA\News\ItemMapper();