fixed line spacing in getform method

This commit is contained in:
2018-07-06 17:47:27 +02:00
parent a9a0952ff3
commit 69d358ca06
35 changed files with 11 additions and 28 deletions

View File

@ -334,6 +334,7 @@ class ComponentbuilderModelDynamic_get extends JModelAdmin
}
}
// update all editors to use this components global editor
$global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none');
$editors = $form->getXml()->xpath("//field[@type='editor']");