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:
Diffstat (limited to 'core/Tracker/Visit.php')
-rw-r--r--core/Tracker/Visit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php
index 80d8d13613..f4485f52fb 100644
--- a/core/Tracker/Visit.php
+++ b/core/Tracker/Visit.php
@@ -365,7 +365,7 @@ class Visit implements VisitInterface
return $this->userSettings;
}
- // is the referrer host any of the registered URLs for this website?
+ // is the host any of the registered URLs for this website?
public static function isHostKnownAliasHost($urlHost, $idSite)
{
$websiteData = Cache::getCacheWebsiteAttributes($idSite);