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
path: root/core
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-12 13:39:09 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-12 13:39:09 +0400
commit8e7fbfdda8fb43fabb83dc1e08bfa6afc1f05e06 (patch)
treeba1c1cd8b232f6370dde64b6fb8f8321ba242508 /core
parent6f7c1c385d869cde8fb8b6498670ade12fbcb794 (diff)
Fix regression in ViewDataTable JS parameter setting.
Diffstat (limited to 'core')
-rw-r--r--core/ViewDataTable/GenerateGraphHTML.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/ViewDataTable/GenerateGraphHTML.php b/core/ViewDataTable/GenerateGraphHTML.php
index 2c4da0652c..201416c644 100644
--- a/core/ViewDataTable/GenerateGraphHTML.php
+++ b/core/ViewDataTable/GenerateGraphHTML.php
@@ -145,12 +145,7 @@ abstract class Piwik_ViewDataTable_GenerateGraphHTML extends Piwik_ViewDataTable
}
// collect data
- $jsonParameters = array();
- foreach ($this->getJavaScriptProperties() as $name) {
- $jsonParameters[$name] = $this->viewProperties[$name];
- }
$this->parametersToModify['action'] = $this->currentControllerAction;
- $this->parametersToModify = array_merge($jsonParameters, $this->parametersToModify);
$this->graphData = $this->getGraphData();
// build view