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
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-12-04 08:36:20 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-04 08:36:20 +0300
commit05852332f2a693b0cc313152fcb742fc063aa995 (patch)
tree13cc3bf7a46ba342d1171221a9dfc76cce0dd049 /plugins/Referrers/Columns/Campaign.php
parent24839681ebba4d8cd021009b7261f459b91cca87 (diff)
parentea0ee79d05e7d27df4c360e5a28bcfa2834ab183 (diff)
Merge pull request #9320 from piwik/website_path
Added support to specify a path in a website URL and Piwik will consider the path during tracking
Diffstat (limited to 'plugins/Referrers/Columns/Campaign.php')
-rw-r--r--plugins/Referrers/Columns/Campaign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referrers/Columns/Campaign.php b/plugins/Referrers/Columns/Campaign.php
index ff2d5c2401..c29b622336 100644
--- a/plugins/Referrers/Columns/Campaign.php
+++ b/plugins/Referrers/Columns/Campaign.php
@@ -37,7 +37,7 @@ class Campaign extends Base
/**
* If we should create a new visit when the campaign changes, check if the campaign info changed and if so
- * force the tracker to create a new visit.
+ * force the tracker to create a new visit.i
*
* @param Request $request
* @param Visitor $visitor