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:
authorThomas Steur <thomas.steur@gmail.com>2016-03-08 03:57:48 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-03-08 03:57:48 +0300
commit3b37fe84dd01822e48eb815a18b28ac474de96a2 (patch)
tree59bb6285a78041bdd6cd9faa676a7a61cef6164d /core/DataTable.php
parent4a01a7024ce578d8232d6d56702d94892f1128fb (diff)
Merge master => 3.0
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index 326f25fc6f..1cfe92491d 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -1722,6 +1722,7 @@ class DataTable implements DataTableInterface, \IteratorAggregate, \ArrayAccess
public function mergeSubtables($labelColumn = false, $useMetadataColumn = false)
{
$result = new DataTable();
+ $result->setAllTableMetadata($this->getAllTableMetadata());
foreach ($this->getRowsWithoutSummaryRow() as $row) {
$subtable = $row->getSubtable();
if ($subtable !== false) {