From b03c591819f38553512fd1a3f25eae52b9884502 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. --- componentbuildersiteheaderstabs.xml | 2 +- script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuildersiteheaderstabs.xml b/componentbuildersiteheaderstabs.xml index d4389cb..6b95481 100644 --- a/componentbuildersiteheaderstabs.xml +++ b/componentbuildersiteheaderstabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERSITEHEADERSTABS - 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 49ddb70..0e8f2ef 100644 --- a/script.php +++ b/script.php @@ -51,7 +51,7 @@ class plgContentComponentbuilderSiteHeadersTabsInstallerScript // 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;