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/Range.php')
-rw-r--r--core/Period/Range.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Period/Range.php b/core/Period/Range.php
index 03c97d3e23..d2cfb8dcf9 100644
--- a/core/Period/Range.php
+++ b/core/Period/Range.php
@@ -131,7 +131,6 @@ class Piwik_Period_Range extends Piwik_Period
{
throw new Exception("The date '$this->strDate' is not a date range. Should have the following format: 'lastN' or 'previousN' or 'YYYY-MM-DD,YYYY-MM-DD'.");
}
-
$endSubperiod = Piwik_Period::factory($this->strPeriod, $endDate);
$arrayPeriods= array();