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 'plugins/API/API.php')
-rw-r--r--plugins/API/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index 0fcb1a54b9..e2721119f4 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -1158,7 +1158,7 @@ class Piwik_API_API
$period = 'day';
}
- if (!Piwik_Archive::isMultiplePeriod($date, $period)) {
+ if (!Piwik_Period::isMultiplePeriod($date, $period)) {
throw new Exception("Row evolutions can not be processed with this combination of \'date\' and \'period\' parameters.");
}