From f6de9efc06b11e067fe4f866377a94996628f796 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Thu, 10 Jul 2014 15:42:26 +0200 Subject: removed unused variables --- core/View/UIControl.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/View') 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]; } -- cgit v1.2.3