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:
authordiosmosis <benaka@piwik.pro>2014-09-21 08:19:22 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-21 08:19:22 +0400
commitfbbf12aa0533f26af733c76e4fec49464a056d74 (patch)
treed1acf0293a91956c0ac499eb8a5491e71c27a9a2 /core/DataTable/Filter/Sort.php
parent72272d7c652c040e4441a7bf8c34c4316ba0eb06 (diff)
Refs #6078, fix sorting on pivot table columns when columns use &nbsp; (use decoded entity in PHP and do not select columns using jquery selector in dataTable.js).
Diffstat (limited to 'core/DataTable/Filter/Sort.php')
-rw-r--r--core/DataTable/Filter/Sort.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 6ba2cd1ff0..683e93cffe 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -248,7 +248,6 @@ class Sort extends BaseFilter
$methodToUse = "sortString";
}
}
-
$table->sort(array($this, $methodToUse), $this->columnToSort);
}
}