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/Plugin/Report.php')
-rw-r--r--core/Plugin/Report.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php
index 8b92ef58a8..62ed594f8c 100644
--- a/core/Plugin/Report.php
+++ b/core/Plugin/Report.php
@@ -535,14 +535,6 @@ class Report
if (!empty($this->dimension)) {
$report['dimension'] = $this->dimension->getName();
-
- $segments = $this->dimension->getSegments();
- if (!empty($segments)) {
- $report['segments'] = array();
- foreach ($segments as $segment) {
- $report['segments'][] = $segment->getSegment();
- }
- }
}
if (!empty($this->documentation)) {