diff options
| author | 2013-12-19 21:19:45 +0100 | |
|---|---|---|
| committer | 2013-12-19 21:19:45 +0100 | |
| commit | 6b7d96d0ea97579720ee6d560224cd80c2329d07 (patch) | |
| tree | e11ef15bbbece23df6f4bc44e424922cf87a55c5 /app/views/helpers/view/reader_view.phtml | |
| parent | 3280b14ed6208a672c4c86878e3b80e3fcb14c32 (diff) | |
Refactorisation : correction classes oubliƩes
Diffstat (limited to 'app/views/helpers/view/reader_view.phtml')
| -rw-r--r-- | 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/helpers/view/reader_view.phtml index 29b2be04c..e28af6ade 100644 --- a/app/views/helpers/view/reader_view.phtml +++ b/app/views/helpers/view/reader_view.phtml @@ -11,7 +11,7 @@ if (!empty($this->entries)) { <div class="flux_content"> <div class="content"> <?php - $feed = HelperCategory::findFeed($this->cat_aside, $item->feed ()); //We most likely already have the feed object in cache + $feed = FreshRSS_CategoryDAO::findFeed($this->cat_aside, $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 (); ?>"> |
