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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Period.php b/core/Period.php
index 11ddb9c7c2..80dc9f6f21 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -104,6 +104,7 @@ abstract class Period
if (self::isMultiplePeriod($dateString, 'day')) {
return;
}
+
Date::factory($dateString);
}