diff options
| author | 2014-10-05 18:24:28 +0200 | |
|---|---|---|
| committer | 2014-10-05 18:24:28 +0200 | |
| commit | 9a0d01be0cb627b30424e9f938face34c6c3814d (patch) | |
| tree | 19be98eccd0461db74d0e8b715ca9793a6951407 /app/Controllers/statsController.php | |
| parent | 3831961b2e515ff7d8d352c0f7b6a15b3a613c25 (diff) | |
Coding style
Remove spaces before parenthesis.
See https://github.com/marienfressinaud/FreshRSS/issues/655
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 4adb5e75d..99c57c809 100644 --- a/app/Controllers/statsController.php +++ b/app/Controllers/statsController.php @@ -99,7 +99,7 @@ class FreshRSS_stats_Controller extends Minz_ActionController { $categoryDAO = new FreshRSS_CategoryDAO(); $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); + $id = Minz_Request::param('id', null); $this->view->categories = $categoryDAO->listCategories(); $this->view->feed = $feedDAO->searchById($id); $this->view->days = $statsDAO->getDays(); |
