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 <benaka@piwik.pro>2015-07-10 03:19:16 +0300
committerdiosmosis <benaka@piwik.pro>2015-08-06 17:37:59 +0300
commitc38453fb46c11e997c306d88982dce58e36194d0 (patch)
treec5de17ea5cd38ce7268c947315482bb0feccf75d /plugins/CoreHome/Tracker
parenta87637e483b443b2b07f4df8d5306c377b89543c (diff)
Fixing most, but not all, tracker integration test failures.
Diffstat (limited to 'plugins/CoreHome/Tracker')
-rw-r--r--plugins/CoreHome/Tracker/VisitRequestProcessor.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/Tracker/VisitRequestProcessor.php b/plugins/CoreHome/Tracker/VisitRequestProcessor.php
index 792436f935..f33c899118 100644
--- a/plugins/CoreHome/Tracker/VisitRequestProcessor.php
+++ b/plugins/CoreHome/Tracker/VisitRequestProcessor.php
@@ -22,6 +22,8 @@ use Piwik\Tracker\VisitorRecognizer;
/**
* Encapsulates core tracking logic related to visits.
+ *
+ * TODO: much of the logic in this class should be moved to new service class
*/
class VisitRequestProcessor extends RequestProcessor
{