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-06-19 02:48:07 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-19 02:48:07 +0400
commite7534e41087d5c62e042ce1a1cbb3ea3faa00fd8 (patch)
tree975a239da5d9c6558d0edd76d687226430f244d3 /core/ViewDataTable
parentaaf554932e5f079634f90bb20a60c85c467ff35a (diff)
fix saved view data table params were ignored
Diffstat (limited to 'core/ViewDataTable')
-rw-r--r--core/ViewDataTable/Factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ViewDataTable/Factory.php b/core/ViewDataTable/Factory.php
index afd093c4cb..52c74933d1 100644
--- a/core/ViewDataTable/Factory.php
+++ b/core/ViewDataTable/Factory.php
@@ -107,7 +107,7 @@ class Factory
$params = array();
} else {
$login = Piwik::getCurrentUserLogin();
- $params = Manager::getViewDataTableParameters($login, $apiAction);
+ $params = Manager::getViewDataTableParameters($login, $controllerAction);
}
$savedViewDataTable = false;