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-10-03 05:11:39 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-03 05:11:39 +0400
commit38d6a8713244173d151ae7e0938ccb44130a454c (patch)
tree4064a12579d434bd631171b87739d3566a254c4d
parentecbfb0139718b6e21ffdb4907ebd4e120459d71a (diff)
parent852513d7e5a83fb2d001c1b83994edaea4f822aa (diff)
Merge remote-tracking branch 'origin/master'2.0-a10
-rw-r--r--plugins/ExampleUI/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index e90f6e6b49..f247441067 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -66,6 +66,7 @@ class Controller extends \Piwik\Controller
$view = $this->getLastUnitGraphAcrossPlugins($this->pluginName, __FUNCTION__, $columns,
$selectableColumns = array('server1', 'server2'), 'My documentation', 'ExampleUI.getTemperaturesEvolution');
+ $view->filter_sort_column = 'label';
return $this->renderView($view, $fetch);
}