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:
authormattab <matthieu.aubry@gmail.com>2014-10-09 15:17:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-09 15:17:10 +0400
commitcba98d0124a52a13be92e0bd19230592832e63a5 (patch)
treefdca96fac24ba7b380a172b86e591f58cec3c38f /core/Tracker/Request.php
parent8a1765335d8dc5a30c092a160d727ca42806ecab (diff)
todo was here
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 00c55a15a7..aad200660f 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -338,7 +338,6 @@ class Request
}
if (!$this->isTimestampValid($cdt, $this->timestamp)) {
Common::printDebug(sprintf("Datetime %s is not valid", date("Y-m-d H:i:m", $cdt)));
- // TODO: should throw here
return false;
}