aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
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 = '';