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/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index df329b585f..049d921d63 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -817,6 +817,7 @@ abstract class Piwik_ViewDataTable
{
return array_keys($this->dataTable->getFirstRow()->getColumns());
}
+ $this->columnsToDisplay = array_filter($this->columnsToDisplay);
return $this->columnsToDisplay;
}