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/Period.php')
-rw-r--r--core/Period.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index b3cfa25f2a..20a5f9c84f 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -128,7 +128,7 @@ abstract class Piwik_Period
*
* @param string $timezone
* @param string $period The period string: day, week, month, year, range
- * @param string $strDate The date or date range string.
+ * @param string $date The date or date range string.
* @return Piwik_Period
*/
public static function makePeriodFromQueryParams($timezone, $period, $date)