diff options
| author | 2014-10-24 12:51:17 +0200 | |
|---|---|---|
| committer | 2014-10-24 12:51:17 +0200 | |
| commit | 0d6993fe08cf57121eadb2aa0e4208420756165a (patch) | |
| tree | 30ad643938c4ce5ff02286345694221df9d01a40 /app/views | |
| parent | 9fc536c28763260dd996f64e2cd451605faa64d3 (diff) | |
Reader view comes back!
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/reader.phtml (renamed from app/views/helpers/view/reader_view.phtml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/reader_view.phtml b/app/views/index/reader.phtml index 821a50f7f..f07868488 100644 --- a/app/views/helpers/view/reader_view.phtml +++ b/app/views/index/reader.phtml @@ -13,7 +13,7 @@ if (!empty($this->entries)) { <div class="flux_content"> <div class="content <?php echo $content_width; ?>"> <?php - $feed = FreshRSS_CategoryDAO::findFeed($this->cat_aside, $item->feed()); //We most likely already have the feed object in cache + $feed = FreshRSS_CategoryDAO::findFeed($this->categories, $item->feed()); //We most likely already have the feed object in cache if (empty($feed)) $feed = $item->feed(true); ?> <a href="<?php echo $item->link(); ?>"> |
