diff --git a/componentbuildersiteheaderstabs.php b/componentbuildersiteheaderstabs.php index a6cd529..cc64ed7 100644 --- a/componentbuildersiteheaderstabs.php +++ b/componentbuildersiteheaderstabs.php @@ -13,7 +13,8 @@ defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Form\Form; -use Joomla\CMS\Plugin\CMSPlugin; +use Joomla\CMS\Plugin\CMSPlugin; +use VDM\Joomla\Utilities\ArrayHelper; JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php'); @@ -60,7 +61,7 @@ class PlgContentComponentbuilderSiteHeadersTabs extends CMSPlugin // set the field editor value (with none as fallback) $editors = $form->getXml()->xpath('descendant::fields[@name="site_view_headers"]//field[@type="editor"]'); // check if we found any - if (ComponentbuilderHelper::checkArray($editors)) + if (ArrayHelper::check($editors)) { foreach ($editors as $editor) { diff --git a/componentbuildersiteheaderstabs.xml b/componentbuildersiteheaderstabs.xml index 8da11a1..6deb819 100644 --- a/componentbuildersiteheaderstabs.xml +++ b/componentbuildersiteheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS - 2nd May, 2023 + 18th October, 2023 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io