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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-01-04 09:15:18 +0300
committerGitHub <noreply@github.com>2019-01-04 09:15:18 +0300
commit8e499448926af8870aa6f011128ba4031e4cfcb8 (patch)
treef004da78c7821e2e8a2168cb3d974226bdc6b598 /core/Tracker/Request.php
parent9356a2d27a7245902727081f9616b3c7065882f8 (diff)
fix another build (#13930)
* Attempt to fix tests. * Try to fix another test. * Update some expected files. * Fix unit test. * Updating screenshots.
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 898fff51ed..9d3709e05a 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -519,7 +519,7 @@ class Request
}
return $time <= $now
- && $time > $now - 10 * 365 * 86400;
+ && $time > $now - 20 * 365 * 86400;
}
/**