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:21:15 +0300
committermattab <matthieu.aubry@gmail.com>2015-10-22 01:21:15 +0300
commit402fc09da1a9d2a561deb6e891d5ad2a7afc885d (patch)
tree01d806c90985f1b4be24069e0359467fd46cf34e /core/DataTable.php
parentbd11b5d1650ef7f63a4c1c13f652211bf8c56011 (diff)
Make the string ts_archived
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index f55bc42a1a..221af5315a 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -170,7 +170,7 @@ class DataTable implements DataTableInterface, \IteratorAggregate, \ArrayAccess
const MAX_DEPTH_DEFAULT = 15;
/** Name for metadata that describes when a report was archived. */
- const ARCHIVED_DATE_METADATA_NAME = 'archived_date';
+ const ARCHIVED_DATE_METADATA_NAME = 'ts_archived';
/** Name for metadata that describes which columns are empty and should not be shown. */
const EMPTY_COLUMNS_METADATA_NAME = 'empty_column';