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:
Diffstat (limited to 'core/View/UIControl.php')
-rw-r--r--core/View/UIControl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/View/UIControl.php b/core/View/UIControl.php
index 98310413f9..6bbb1e0b1d 100644
--- a/core/View/UIControl.php
+++ b/core/View/UIControl.php
@@ -136,7 +136,6 @@ class UIControl extends \Piwik\View
}
$this->templateVars['clientSideParameters'] = array();
- $clientSideParameters = $this->getClientSideParameters();
foreach ($this->getClientSideParameters() as $name) {
$this->templateVars['clientSideParameters'][$name] = $innerTemplateVars[$name];
}