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:
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))