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 'plugins/SegmentEditor/Controller.php')
-rw-r--r--plugins/SegmentEditor/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/Controller.php b/plugins/SegmentEditor/Controller.php
index a71c844ff6..a3fd20fe8b 100644
--- a/plugins/SegmentEditor/Controller.php
+++ b/plugins/SegmentEditor/Controller.php
@@ -52,7 +52,7 @@ class Controller extends \Piwik\Plugin\Controller
$view->segmentTranslations = Common::json_encode($this->getTranslations());
$out = $view->render();
- echo $out;
+ return $out;
}
public function sortSegmentCategories($a, $b)