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>2009-05-01 11:27:19 +0400
committermattpiwik <matthieu.aubry@gmail.com>2009-05-01 11:27:19 +0400
commitfbb965095e4e854ca725a27ba34deb1f7d078b18 (patch)
treea6e07ae46cbfa0b7a969392d00107b74c9f807e4 /core/DataTable/Filter/Sort.php
parent914c478e85342e576638d8656550241ab317643e (diff)
- Introducing the new "ExampleUI" plugin which shows how to plot data easily in Piwik, reusing the existing framework (evolution graph, pie chart, bar graph, sparklines, tag clouds, tables, and more!)
git-svn-id: http://dev.piwik.org/svn/trunk@1084 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/DataTable/Filter/Sort.php')
-rw-r--r--core/DataTable/Filter/Sort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 077a09cbca..0b80a322d8 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -20,7 +20,7 @@ class Piwik_DataTable_Filter_Sort extends Piwik_DataTable_Filter
protected $columnToSort;
protected $order;
- public function __construct( $table, $columnToSort, $order = 'desc', $naturalSort = false, $recursiveSort = false )
+ public function __construct( $table, $columnToSort, $order = 'desc', $naturalSort = true, $recursiveSort = false )
{
parent::__construct($table);
if(empty($columnToSort))