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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-11-29 22:10:21 +0300
committerGitHub <noreply@github.com>2018-11-29 22:10:21 +0300
commit1d3388c1cd3dd03743576d670118a65e9cd879cb (patch)
tree9eaecc6e25c5b854e73701d4a8824fd9cde43d8c /config
parentd4b86bb164d037f0a15e7d985a5f8072065b7eaa (diff)
Do not specify a category delimiter by default (#13688)
* do not specify a category delimiter by default * couple fixes * more fixes * fix more tests * fix more testts * Update LabelFilterTest.php * Update ArchivingHelper.php * fix test
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 289509ed35..b502d56609 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -212,7 +212,7 @@ release_channel = "latest_stable"
action_url_category_delimiter = /
; similar to above, but this delimiter is only used for page titles in the Actions > Page titles report
-action_title_category_delimiter = /
+action_title_category_delimiter = ""
; the maximum url category depth to track. if this is set to 2, then a url such as
; "example.com/blog/development/first-post" would be treated as "example.com/blog/development".