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/ArchiveProcessing/Day.php')
-rw-r--r--core/ArchiveProcessing/Day.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ArchiveProcessing/Day.php b/core/ArchiveProcessing/Day.php
index 995fac0e59..77558a3f34 100644
--- a/core/ArchiveProcessing/Day.php
+++ b/core/ArchiveProcessing/Day.php
@@ -218,7 +218,6 @@ class Piwik_ArchiveProcessing_Day extends Piwik_ArchiveProcessing
static public function generateDataTable( $table )
{
$dataTableToReturn = new Piwik_DataTable;
-
foreach($table as $label => $maybeDatatableRow)
{
// case the aInfo is a subtable-like array
@@ -240,7 +239,6 @@ class Piwik_ArchiveProcessing_Day extends Piwik_ArchiveProcessing
$dataTableToReturn->addRow($row);
}
-
return $dataTableToReturn;
}