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:
authormattpiwik <matthieu.aubry@gmail.com>2012-09-12 08:57:40 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-09-12 08:57:40 +0400
commit2bdfceca5009b8b8b1b34e9b8085ed219d6d1663 (patch)
treecd0ef7072dc7b77282f87ddf1feedbd4284ed518 /core/RankingQuery.php
parent738bb4b823960fcbb8cefe8ca2e384c06607acdf (diff)
Follow up of previous api change + cleanup NOTICEs in tests
git-svn-id: http://dev.piwik.org/svn/trunk@6974 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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)
{