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:
authorThomas Steur <thomas.steur@googlemail.com>2014-06-13 01:30:15 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-13 01:30:15 +0400
commitfa7683e41b6c071ed65e55661ce1053aa0502871 (patch)
tree510a0df7f77668bf94f4837111ec79ab8f236200 /plugins/Actions/Reports
parent79e93dad6d25687e9d1924886af42998ca2663da (diff)
set correct order for report getPageUrls
Diffstat (limited to 'plugins/Actions/Reports')
-rw-r--r--plugins/Actions/Reports/GetPageUrls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php
index 0e811b741d..d69773bdbe 100644
--- a/plugins/Actions/Reports/GetPageUrls.php
+++ b/plugins/Actions/Reports/GetPageUrls.php
@@ -25,7 +25,7 @@ class GetPageUrls extends Base
. '<br />' . Piwik::translate('General_UsePlusMinusIconsDocumentation');
$this->actionToLoadSubTables = $this->action;
- $this->order = 1;
+ $this->order = 2;
$this->metrics = array('nb_hits', 'nb_visits', 'bounce_rate', 'avg_time_on_page', 'exit_rate', 'avg_time_generation');
$this->segmentSql = 'log_visit.visit_entry_idaction_url';