diff --git a/componentbuilderdynamicgetheaderstabs.php b/componentbuilderdynamicgetheaderstabs.php index 7e096dc..947d131 100644 --- a/componentbuilderdynamicgetheaderstabs.php +++ b/componentbuilderdynamicgetheaderstabs.php @@ -57,7 +57,7 @@ class PlgContentComponentbuilderDynamicGetHeadersTabs extends CMSPlugin // add the admin view params for privacy integration $form->loadFile('dynamic_get'); // update all editors to use this components global editor - $global_editor = JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); + $global_editor = \JComponentHelper::getParams('com_componentbuilder')->get('editor', 'none'); // set the field editor value (with none as fallback) $editors = $form->getXml()->xpath('descendant::fields[@name="dynamic_get_headers"]//field[@type="editor"]'); // check if we found any diff --git a/componentbuilderdynamicgetheaderstabs.xml b/componentbuilderdynamicgetheaderstabs.xml index 3ae94b8..c2b7ba5 100644 --- a/componentbuilderdynamicgetheaderstabs.xml +++ b/componentbuilderdynamicgetheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS - 2nd March, 2024 + 4th March, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io