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/View
diff options
context:
space:
mode:
authorChristian Raue <christian.raue@gmail.com>2014-07-10 17:42:26 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-15 14:13:03 +0400
commitf6de9efc06b11e067fe4f866377a94996628f796 (patch)
tree8fbeef2c680c9a5272a877ddd4ebfcdb1e075b1b /core/View
parentb51cad9130f4cd264015303e88bdab18195ee01c (diff)
removed unused variables
Diffstat (limited to 'core/View')
-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];
}