diff options
| author | 2014-08-19 21:55:49 +0200 | |
|---|---|---|
| committer | 2014-08-19 21:55:49 +0200 | |
| commit | ea99ac1259083ff0a9eb6131d777454b54045626 (patch) | |
| tree | 761d91117b24e695c9dfa3c407a0072afb4481f8 /app/Controllers/statsController.php | |
| parent | 557e3723309301ede8afad3e0433a94317efc869 (diff) | |
Syntax 581
#581
Diffstat (limited to 'app/Controllers/statsController.php')
| -rw-r--r-- | app/Controllers/statsController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/statsController.php b/app/Controllers/statsController.php index 934b076a5..98f46f0d2 100644 --- a/app/Controllers/statsController.php +++ b/app/Controllers/statsController.php @@ -62,7 +62,7 @@ class FreshRSS_stats_Controller extends Minz_ActionController { $feedDAO = FreshRSS_Factory::createFeedDao(); Minz_View::appendScript(Minz_Url::display('/scripts/flotr2.min.js?' . @filemtime(PUBLIC_PATH . '/scripts/flotr2.min.js'))); $id = Minz_Request::param ('id', null); - $this->view->categories = $categoryDAO->listCategories (); + $this->view->categories = $categoryDAO->listCategories(); $this->view->feed = $feedDAO->searchById($id); $this->view->days = $statsDAO->getDays(); $this->view->months = $statsDAO->getMonths(); |
