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>2013-10-16 02:43:04 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-16 02:43:04 +0400
commit08265cf4367ccf1f637eea343ce8dd63a811462f (patch)
tree698404fe23d613f21e2e623c697fc7ac4b0c205b /core/Visualization
parent17605f0a8c4d01eafbca9f10ca4d7ba5db09fcb3 (diff)
looks like keep_summary_row belongs to request config
Diffstat (limited to 'core/Visualization')
-rw-r--r--core/Visualization/Request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Visualization/Request.php b/core/Visualization/Request.php
index bc32af2ff8..61b8ab3658 100644
--- a/core/Visualization/Request.php
+++ b/core/Visualization/Request.php
@@ -43,7 +43,7 @@ class Request
'filter_pattern',
'filter_column',
'filter_excludelowpop',
- 'filter_excludelowpop_value',
+ 'filter_excludelowpop_value'
);
/**