From 26fb750d7e78f9ac704a05c4e8adf25acb1dadf9 Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 8 Oct 2024 00:31:55 +0200 Subject: [PATCH] Update on v1.0.3 (changes towards the next release) Here's an update on the current version, which includes changes towards the next release still in development. --- componentbuilderfieldorderingtabs.xml | 2 +- script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuilderfieldorderingtabs.xml b/componentbuilderfieldorderingtabs.xml index 6914fb3..1090bae 100644 --- a/componentbuilderfieldorderingtabs.xml +++ b/componentbuilderfieldorderingtabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERFIELDORDERINGTABS - 29th September, 2024 + 7th October, 2024 Llewellyn van der Merwe joomla@vdm.io https://dev.vdm.io diff --git a/script.php b/script.php index efb941b..43e9906 100644 --- a/script.php +++ b/script.php @@ -51,7 +51,7 @@ class plgContentComponentbuilderFieldOrderingTabsInstallerScript // check that componentbuilder is installed $pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php'; - if (!JFile::exists($pathToCore)) + if (!is_file($pathToCore)) { $app->enqueueMessage('Joomla Component Builder must first be installed from Joomla Component Builder.', 'error'); return false;