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-10-22 01:02:36 +0300
committermattab <matthieu.aubry@gmail.com>2015-10-22 01:02:36 +0300
commit739bed1edd28bf353dec6c4d338aa0393add9222 (patch)
tree3cd22f846f09fdf0aba83d17883c5a8b9fcc0981 /core/Archive.php
parent0af3ac9557d97fb2ba09b5e1adfa30332232481f (diff)
Display 'Report generated Xs ago' in help tooltip, Fix years old regression
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 80ef151f38..2efe230318 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -619,7 +619,7 @@ class Archive
if ($isNumeric) {
$row['value'] = $this->formatNumericValue($row['value']);
} else {
- $result->addMetadata($row['idsite'], $periodStr, 'ts_archived', $row['ts_archived']);
+ $result->addMetadata($row['idsite'], $periodStr, DataTable::ARCHIVED_DATE_METADATA_NAME, $row['ts_archived']);
}
$result->set($row['idsite'], $periodStr, $row['name'], $row['value']);