From 6de2ef0bdce91d968e5e96b746deac17102eed38 Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 8 Oct 2024 00:31:55 +0200 Subject: [PATCH] Update on v1.2.1 (changes towards the next release) Here's an update on the current version, which includes changes towards the next release still in development. --- componentbuilderexportcompiler.xml | 2 +- script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/componentbuilderexportcompiler.xml b/componentbuilderexportcompiler.xml index bd02186..ce8a550 100644 --- a/componentbuilderexportcompiler.xml +++ b/componentbuilderexportcompiler.xml @@ -1,7 +1,7 @@ PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER - 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 44c62ee..7a24241 100644 --- a/script.php +++ b/script.php @@ -50,7 +50,7 @@ class plgExtensionComponentbuilderExportCompilerInstallerScript { // 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;