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
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ViewDataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index d063c7f08b..1d97f469dd 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -577,7 +577,7 @@ class ViewDataTable
// Finally, apply datatable filters that were queued (should be 'presentation' filters that
// do not affect the number of rows)
if (!$this->areQueuedFiltersDisabled()) {
- $this->applyQueuedFilters();
+ $this->dataTable->applyQueuedFilters();
foreach ($otherFilters as $filter) {
$this->dataTable->filter($filter[0], $filter[1]);