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/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index 12c48440e9..6df1f552d1 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -1436,7 +1436,7 @@ abstract class Piwik_ViewDataTable
$period = new Piwik_Period_Range('range', $strDate, $timezone);
$reportDate = $period->getDateStart();
} // if a multiple period, this function is irrelevant
- else if (Piwik_Archive::isMultiplePeriod($strDate, $strPeriod)) {
+ else if (Piwik_Period::isMultiplePeriod($strDate, $strPeriod)) {
return false;
} // otherwise, use the date as given
else {