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-20 08:53:58 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 08:53:58 +0400
commite79675330823b957fe9f8ffa462ad5317c14dbc9 (patch)
tree1cf0daee93c739911552b54c7dbbd14e194a8217 /plugins/VisitorInterest/API.php
parent6e38973acc12e9f7fa2d02edee3f8bbbfdbb9694 (diff)
parent0713062313967d940b8f5c34cb21d515c6b016b4 (diff)
Merge remote-tracking branch 'origin/master' into php-5.3-namespaces
Conflicts: core/AssetManager.php core/JqplotDataGenerator/Evolution.php core/ViewDataTable/GenerateGraphData.php
Diffstat (limited to 'plugins/VisitorInterest/API.php')
-rw-r--r--plugins/VisitorInterest/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/API.php b/plugins/VisitorInterest/API.php
index 33251a7232..6a6f8540cb 100644
--- a/plugins/VisitorInterest/API.php
+++ b/plugins/VisitorInterest/API.php
@@ -72,7 +72,7 @@ class Piwik_VisitorInterest_API
{
$dataTable = $this->getDataTable(
Piwik_VisitorInterest_Archiver::DAYS_SINCE_LAST_RECORD_NAME, $idSite, $period, $date, $segment, Piwik_Metrics::INDEX_NB_VISITS);
-
+ $dataTable->queueFilter('Sort', array('label', 'asc', true));
$dataTable->queueFilter('BeautifyRangeLabels', array(
Piwik_Translate('General_OneDay'), Piwik_Translate('General_NDays')));