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:
authorThomas Steur <thomas.steur@gmail.com>2014-01-22 04:51:46 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-01-22 04:51:46 +0400
commita929eff706c5a77dbae38f1c11ee1ae2e4bfe089 (patch)
tree6c565ae9bddb41e7ae3080638b9643ab6ce83fbf /plugins
parentbf733d77f7b8273fe0c6bc182e176c7660e83048 (diff)
fixes #4451 now that we have enabled the generic filter we can remove the parameter completely
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Live/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index 04ce28d65b..aa249b3d75 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -180,7 +180,6 @@ class Controller extends \Piwik\Plugin\Controller
'segment' => self::getSegmentWithVisitorId(),
'filter_limit' => API::VISITOR_PROFILE_MAX_VISITS_TO_SHOW,
'filter_offset' => $startCounter,
- 'disable_generic_filters' => 0,
'period' => false,
'date' => false
));