Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index 9003fb4061..8de988b7df 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -85,7 +85,7 @@ class Piwik_RankingQuery
* The constructor.
* Can be used as a shortcut for setLimit()
*/
- public function __construct($limit=false)
+ public function __construct($limit = false)
{
if ($limit !== false)
{