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:
authorsgiehl <stefan@piwik.org>2015-04-29 14:19:30 +0300
committersgiehl <stefan@piwik.org>2015-04-29 14:19:30 +0300
commitb8e17e6d71c683d122aecc7b93167df329ab3411 (patch)
tree574cca1176068dd18d94fba46198e900c9a45b9b /config
parentef02e852c5537571d197973ccece93853f25730e (diff)
avoid notice
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 1c6f7ef3ce..736aeb2b9e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -636,7 +636,7 @@ campaign_keyword_var_name = "pk_kwd,pk_keyword,piwik_kwd,utm_term"
create_new_visit_when_campaign_changes = 1
; if set to 1, actions that contain different website referrer information from the visitor's ongoing visit
-; will be treatedas the start of a new visit. This will include situations when website referrer information was
+; will be treated as the start of a new visit. This will include situations when website referrer information was
; absent before, but is present now.
create_new_visit_when_website_referrer_changes = 0