diff --git a/componentbuilderadminheaderstabs.php b/componentbuilderadminheaderstabs.php index 21e4e8a..afcc843 100644 --- a/componentbuilderadminheaderstabs.php +++ b/componentbuilderadminheaderstabs.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 PlgContentComponentbuilderAdminHeadersTabs extends CMSPlugin // set the field editor value (with none as fallback) $editors = $form->getXml()->xpath('descendant::fields[@name="admin_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/componentbuilderadminheaderstabs.xml b/componentbuilderadminheaderstabs.xml index f6b77a4..a1facc7 100644 --- a/componentbuilderadminheaderstabs.xml +++ b/componentbuilderadminheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS - 2nd May, 2023 + 18th October, 2023 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io