fixed line spacing in getform method

This commit is contained in:
2018-07-06 17:56:29 +02:00
parent 769e31061c
commit 1a19a510dc
11 changed files with 3 additions and 11 deletions

View File

@ -362,7 +362,6 @@ class ComponentbuilderModelJoomla_component 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']");