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:
authorBeezyT <timo@ezdesign.de>2011-10-12 11:14:38 +0400
committerBeezyT <timo@ezdesign.de>2011-10-12 11:14:38 +0400
commitea0858cf6d7cf3a23e1b83d25edd864da50701f4 (patch)
tree859c61b81f7735688bf9d39734ae55add7caa52d /config
parent56e7be3c02cc98242eef3040a71cf1275247e2b0 (diff)
refs #2697 parent reference can be archived with nested datatables
git-svn-id: http://dev.piwik.org/svn/trunk@5286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 6942e95f2c..12e28d6a0e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -130,6 +130,10 @@ time_before_today_archive_considered_outdated = 10
; to trigger the Piwik archiving process.
enable_browser_archiving_triggering = 1
+; If set to 1, nested reports will be archived with parent references in the datatables
+; At the moment, this is not needed in core but it can be handy for plugins
+enable_archive_parents_of_datatable = 0
+
; MySQL minimum required version
; note: timezone support added in 4.1.3
minimum_mysql_version = 4.1