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/IgnoreCookie.php')
-rw-r--r--core/Tracker/IgnoreCookie.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/IgnoreCookie.php b/core/Tracker/IgnoreCookie.php
index 2cd0ae8446..1520451817 100644
--- a/core/Tracker/IgnoreCookie.php
+++ b/core/Tracker/IgnoreCookie.php
@@ -58,7 +58,7 @@ class IgnoreCookie
$thiryYears = time() + (86400 * 365 * 30);
- $cookie = new Cookie($cookie_name, $thiryYears, $cookie_path, false, false);
+ $cookie = new Cookie($cookie_name, $thiryYears, $cookie_path, false);
$domain = @Config::getInstance()->Tracker['cookie_domain'];
if (!empty($domain)) {