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
path: root/config
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-03-23 07:16:35 +0300
committerGitHub <noreply@github.com>2021-03-23 07:16:35 +0300
commit866316494366660e44bdaff5a6694ecdcbadbb9b (patch)
treeb866e87298315acee3f5e25d58511e1bd918e625 /config
parentb93f640b14e9108e610a1e06854900e24794e311 (diff)
Allow rearchive_reports_in_past_last_n_months setting value to be an int. (#17368)
* Allow setting value to be an int. * change default to encourage numeric use * update expected screenshot
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 5a6e4fbbef..e890ee0fc7 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -786,7 +786,7 @@ enable_tracking_failures_notification = 1
; Controls how many months in the past reports are re-archived for plugins that support
; doing this (such as CustomReports). Set to 0 to disable the feature. Default is 6.
-rearchive_reports_in_past_last_n_months = last6
+rearchive_reports_in_past_last_n_months = 6
; If set to 1, when rearchiving reports in the past we do not rearchive segment data with those reports. Default is 0.
rearchive_reports_in_past_exclude_segments = 0