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>2013-06-06 07:52:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-06 07:52:35 +0400
commit83a116879ff29b784721ee1109cbc2c358ed1ec2 (patch)
tree5291d9db6fd1df3a01c6cda3b5c753827b54d972 /plugins/Goals/Archiver.php
parent5aacb1ea5a3954909cea62b797905cccf61a9edf (diff)
factoring out the shouldArchive logic
Diffstat (limited to 'plugins/Goals/Archiver.php')
-rw-r--r--plugins/Goals/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Archiver.php b/plugins/Goals/Archiver.php
index 191ae96c6a..7effc4e4f7 100644
--- a/plugins/Goals/Archiver.php
+++ b/plugins/Goals/Archiver.php
@@ -314,7 +314,7 @@ 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
- // (if this is implented, we should have shouldProcessReportsForPlugin() support partial archiving based on which metric is requested)
+ // (when this is implemented, we should have shouldProcessReportsForPlugin() support partial archiving based on which metric is requested)
if (!$this->getProcessor()->getSegment()->isEmpty()) {
return false;
}