summaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 06:49:35 -0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 06:49:35 -0800
commit220c314eedb560f2e269f0da84869e643d40f737 (patch)
tree11f626c93e1efc6669caf15024d79fa71624ea32 /app/Controllers/indexController.php
parentc2998ffc97fbb8e45e6179f5d9c59c1b940d5782 (diff)
parent964128bd5fba878f97da04d6828692d123e2ffd4 (diff)
Merge pull request #394 from aledeg/statistics
Modification des statistiques.
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index 74883962d..cb6be6049 100755
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -200,6 +200,7 @@ class FreshRSS_index_Controller extends Minz_ActionController {
$this->view->count = ($statsDAO->calculateEntryCount());
$this->view->feedByCategory = $statsDAO->calculateFeedByCategory();
$this->view->entryByCategory = $statsDAO->calculateEntryByCategory();
+ $this->view->topFeed = $statsDAO->calculateTopFeed();
}
public function aboutAction () {