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-07-01 07:57:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-01 07:57:16 +0400
commitca1325bbec9ef76facfaab8980a0ac97861e3e54 (patch)
tree23903669912863f342766d948f86de24f7374173 /plugins/VisitorInterest
parent1b35b77d93df7d28c33a3d5483829d41343e9227 (diff)
Minor
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/Archiver.php b/plugins/VisitorInterest/Archiver.php
index 1720589a7f..2e5a24dbc7 100644
--- a/plugins/VisitorInterest/Archiver.php
+++ b/plugins/VisitorInterest/Archiver.php
@@ -96,7 +96,7 @@ class Piwik_VisitorInterest_Archiver extends Piwik_PluginsArchiver
array('visit_total_actions', self::$pageGap, 'log_visit', $prefixes[self::PAGES_VIEWED_RECORD_NAME]),
array('visitor_count_visits', self::$visitNumberGap, 'log_visit', $prefixes[self::VISITS_COUNT_RECORD_NAME]),
array('visitor_days_since_last', self::$daysSinceLastVisitGap, 'log_visit', $prefixes[self::DAYS_SINCE_LAST_RECORD_NAME],
- $i_am_your_nightmare_DELETE_ME = true
+ $restrictToReturningVisitors = true
),
);
$selects = array();