From f63656c636833d62f5bd23cf4439a20893a43e0a Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 8 Oct 2024 00:31:55 +0200 Subject: [PATCH] Update on v2.0.2 (changes towards the next release) Here's an update on the current version, which includes changes towards the next release still in development. --- componentbuildercomponentdashboardheaderstabs.xml | 2 +- script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuildercomponentdashboardheaderstabs.xml b/componentbuildercomponentdashboardheaderstabs.xml index ee80394..2c8dd25 100644 --- a/componentbuildercomponentdashboardheaderstabs.xml +++ b/componentbuildercomponentdashboardheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERCOMPONENTDASHBOARDHEADERSTABS - 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 5593ea8..d5a9636 100644 --- a/script.php +++ b/script.php @@ -51,7 +51,7 @@ class plgContentComponentbuilderComponentDashboardHeadersTabsInstallerScript // 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;