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:
authormattab <matthieu.aubry@gmail.com>2015-03-19 09:32:00 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-19 09:32:00 +0300
commit5447bd01639347c7ee88f7328d65b43d1935c206 (patch)
tree540aaf2fd49f45b2aee08b626729034c0eafe357 /core/CronArchive
parentd92175983c26a964e909c6463a88073e5540ada7 (diff)
Rename creation_time -> segment_creation_time
Diffstat (limited to 'core/CronArchive')
-rw-r--r--core/CronArchive/SegmentArchivingRequestUrlProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/CronArchive/SegmentArchivingRequestUrlProvider.php b/core/CronArchive/SegmentArchivingRequestUrlProvider.php
index 332d5f5cee..fcd1dd8d10 100644
--- a/core/CronArchive/SegmentArchivingRequestUrlProvider.php
+++ b/core/CronArchive/SegmentArchivingRequestUrlProvider.php
@@ -22,7 +22,7 @@ use Piwik\Plugins\SegmentEditor\Model;
class SegmentArchivingRequestUrlProvider
{
const BEGINNING_OF_TIME = 'beginning_of_time';
- const CREATION_TIME = 'creation_time';
+ const CREATION_TIME = 'segment_creation_time';
/**
* @var Model