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/core
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2017-09-10 17:11:08 +0300
committerStefan Giehl <stefan@piwik.org>2017-09-11 16:25:04 +0300
commit571d96e9005518e408e2ad92ef5f2b6123b5632e (patch)
treebfdb972bd5489722ee923ac80544a07b6388ee0a /core
parente67b23f64d5e302580fa661516f24beb910cc615 (diff)
Use correct delimiter for Page Title reports
Diffstat (limited to 'core')
-rw-r--r--core/Config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Config.php b/core/Config.php
index f9a95feed0..b23c2a810a 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -157,6 +157,7 @@ class Config
return array(
'action_url_category_delimiter' => $general['action_url_category_delimiter'],
+ 'action_title_category_delimiter' => $general['action_title_category_delimiter'],
'autocomplete_min_sites' => $general['autocomplete_min_sites'],
'datatable_export_range_as_day' => $general['datatable_export_range_as_day'],
'datatable_row_limits' => $this->getDatatableRowLimits(),