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@googlemail.com>2014-05-02 06:00:06 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-02 06:00:06 +0400
commit97f500fe247a88455bab6e72f5c8c06ee3029be7 (patch)
tree968bef38fd87eb2804d249628cbecd6e69f9e5e9 /plugins/Actions/Actions.php
parent882be3d44b36ded6324e4d8f699ec802e55bc2ac (diff)
refs #1915 a first version of persist & restore report settings. not everything is saved yet (such as metricsToPlot) but most things are
Diffstat (limited to 'plugins/Actions/Actions.php')
-rw-r--r--plugins/Actions/Actions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Actions/Actions.php b/plugins/Actions/Actions.php
index 30da4b51fd..08e1d682a5 100644
--- a/plugins/Actions/Actions.php
+++ b/plugins/Actions/Actions.php
@@ -603,10 +603,6 @@ class Actions extends \Piwik\Plugin
$view->config->show_embedded_subtable = true;
}
- // if the flat parameter is not provided, make sure it is set to 0 in the URL,
- // so users can see that they can set it to 1 (see #3365)
- $view->config->custom_parameters = array('flat' => 0);
-
if (Request::shouldLoadExpanded()) {
if ($view->isViewDataTableId(HtmlTable::ID)) {