From fa7683e41b6c071ed65e55661ce1053aa0502871 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@googlemail.com> Date: Thu, 12 Jun 2014 23:30:15 +0200 Subject: [PATCH] set correct order for report getPageUrls --- plugins/Actions/Reports/GetPageUrls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- GitLab