From 605ad028f79627931f0eb6cbab0592eac76efe8a Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 8 Oct 2024 00:31:55 +0200 Subject: [PATCH] Update on v1.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. --- componentbuilderlanguagetabs.xml | 2 +- script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuilderlanguagetabs.xml b/componentbuilderlanguagetabs.xml index c723a23..6f60883 100644 --- a/componentbuilderlanguagetabs.xml +++ b/componentbuilderlanguagetabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS - 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 c739430..3a68940 100644 --- a/script.php +++ b/script.php @@ -51,7 +51,7 @@ class plgContentComponentbuilderLanguageTabsInstallerScript // 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;