Completed
Push — master ( e088fc...e52644 )
by Adam
02:49
created
src/IPub/Widgets/Latte/Macros.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 		}
89 89
 		return "/* line $node->startLine */ "
90 90
 		. ($name[0] === '$' ? "if (is_object($name)) \$_tmp = $name; else " : '')
91
-		. '$_tmp = $this->global->uiControl->getComponent('. $prefix . $name . '); '
91
+		. '$_tmp = $this->global->uiControl->getComponent('.$prefix.$name.'); '
92 92
 		. 'if ($_tmp instanceof Nette\Application\UI\IRenderable) $_tmp->redrawControl(NULL, FALSE); '
93 93
 		. ($node->modifiers === ''
94 94
 			? "\$_tmp->$method($param);"
Please login to merge, or discard this patch.