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 'plugins/Goals/Archiver.php')
-rw-r--r--plugins/Goals/Archiver.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Goals/Archiver.php b/plugins/Goals/Archiver.php
index 1946594122..009953f322 100644
--- a/plugins/Goals/Archiver.php
+++ b/plugins/Goals/Archiver.php
@@ -266,7 +266,6 @@ class Piwik_Goals_Archiver extends Piwik_PluginsArchiver
// Per item doesn't support segment
// Also, when querying Goal metrics for visitorType==returning, we wouldnt want to trigger an extra request
// event if it did support segment
- // (when this is implemented, we should have shouldProcessReportsForPlugin() support partial archiving based on which metric is requested)
if (!$this->getProcessor()->getSegment()->isEmpty()) {
return false;
}