diff --git a/componentbuilderpowersautoloadercompiler.xml b/componentbuilderpowersautoloadercompiler.xml index 744a9f9..36bdedb 100644 --- a/componentbuilderpowersautoloadercompiler.xml +++ b/componentbuilderpowersautoloadercompiler.xml @@ -1,7 +1,7 @@ PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER - 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 c1a7300..379df44 100644 --- a/script.php +++ b/script.php @@ -51,7 +51,7 @@ class plgExtensionComponentbuilderPowersAutoloaderCompilerInstallerScript // 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;