diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php index bbd14c4239dedb8d9065a29ef3543b722d471281..04ce28d65b656adb84a916322e80ed221fe3d89c 100644 --- a/plugins/Live/Controller.php +++ b/plugins/Live/Controller.php @@ -180,7 +180,7 @@ class Controller extends \Piwik\Plugin\Controller 'segment' => self::getSegmentWithVisitorId(), 'filter_limit' => API::VISITOR_PROFILE_MAX_VISITS_TO_SHOW, 'filter_offset' => $startCounter, - 'disable_generic_filters' => 1, + 'disable_generic_filters' => 0, 'period' => false, 'date' => false ));