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/SegmentList.php')
-rw-r--r--plugins/SegmentEditor/SegmentList.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SegmentEditor/SegmentList.php b/plugins/SegmentEditor/SegmentList.php
index e7094d4793..79a226aa7b 100644
--- a/plugins/SegmentEditor/SegmentList.php
+++ b/plugins/SegmentEditor/SegmentList.php
@@ -20,6 +20,7 @@ class SegmentList
{
$segments = Request::processRequest('API.getSegmentsMetadata', array(
'idSites' => array($idSite),
+ 'filter_limit' => '-1'
));
foreach ($segments as $segment) {