|
@@ -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.