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 22:05:19 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-21 22:07:46 +0400
commit3f010f19faea7e6d972bd412ab9e53e80282f809 (patch)
tree3a5a126c3a7cc971d2c51ecca462dff68c9c2201 /core/ViewDataTable
parent0fa49be1897de7a85c6d6e4dbdffb40d30925416 (diff)
Refs #6078, set default of pivot_by_column to empty string so it doesn't get sent in AJAX requests when not set.
Diffstat (limited to 'core/ViewDataTable')
-rw-r--r--core/ViewDataTable/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ViewDataTable/Config.php b/core/ViewDataTable/Config.php
index 11ef83a1dc..2bd748d3e4 100644
--- a/core/ViewDataTable/Config.php
+++ b/core/ViewDataTable/Config.php
@@ -206,7 +206,7 @@ class Config
/**
* The column to display in pivot tables. Defaults to the first non-label column if not specified.
*/
- public $pivot_by_column = false;
+ public $pivot_by_column = '';
/**
* The human readable name of the pivot dimension.