aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 00:30:01 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-09 00:30:01 +0100
commitac7b805140ce6b40ab5cc8ca510d51fa13b2734c (patch)
treed834919da172c1cde63f577d55f529656e986aad /app/controllers/indexController.php
parent5f478c43c2fe3b82104c89f61df277392f382dcb (diff)
parentc237a4dc77fdafc5290a1fd2c50d765a691c35e1 (diff)
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index c818f1170..5dd847f34 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -64,7 +64,7 @@ class indexController extends ActionController {
$catDAO = new CategoryDAO ();
$this->view->cat_aside = $catDAO->listCategories ();
- $this->view->nb_favorites = $entryDAO->countFavorites ();
+ $this->view->nb_favorites = $entryDAO->countUnreadReadFavorites ();
$this->view->nb_total = $entryDAO->count ();
$this->view->currentName = '';