mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (display twig errors)
This commit is contained in:
@@ -42,7 +42,8 @@ class UIBlockNode extends Node
|
||||
->write("ob_end_clean();\n")
|
||||
->write("if (strlen(\$sHtml) > 0) {\n")
|
||||
->indent()->write("end(\$context['UIBlockParent'])->AddSubBlock(new \Combodo\iTop\Application\UI\Base\Component\Html\Html(\$sHtml));\n")->outdent()
|
||||
->write("}\n") ->write("\$aParams = ")
|
||||
->write("}\n")
|
||||
->write("\$aParams = ")
|
||||
->subcompile($oParams)
|
||||
->raw(";\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user