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:
authormattpiwik <matthieu.aubry@gmail.com>2011-11-22 01:07:38 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-11-22 01:07:38 +0400
commitbad7a4a38a31223c22d7cefb227acf30efb3a9bb (patch)
tree73d7cee6ec26f6ab3fc74632c433ff8f355e2c23 /plugins/CustomVariables/Controller.php
parent1fee38bcfff61411982c07e99583f3c5178b1240 (diff)
Refs #1820 Adding picker in few reports
git-svn-id: http://dev.piwik.org/svn/trunk@5456 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/CustomVariables/Controller.php')
-rw-r--r--plugins/CustomVariables/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CustomVariables/Controller.php b/plugins/CustomVariables/Controller.php
index 83f206ae02..5985e69360 100644
--- a/plugins/CustomVariables/Controller.php
+++ b/plugins/CustomVariables/Controller.php
@@ -37,6 +37,7 @@ class Piwik_CustomVariables_Controller extends Piwik_Controller
$view->setSortedColumn( 'nb_visits' );
$view->setLimit( 10 );
$view->setFooterMessage( 'Help: <a target="_blank" href="http://piwik.org/docs/custom-variables/">Tracking Custom Variables in Piwik</a>');
+ $this->setMetricsVariablesView($view);
return $this->renderView($view, $fetch);
}