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/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 167b930fe5..a9a96b2b3f 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -505,6 +505,7 @@ abstract class ArchiveProcessor
$clean[] = array($newName, $value);
}
$this->archiveWriter->insertBulkRecords($clean);
+ return;
}
$values = $this->compress($values);