diff --git a/componentbuilderprivacytabs.xml b/componentbuilderprivacytabs.xml index 11d7cac..3f64fe1 100644 --- a/componentbuilderprivacytabs.xml +++ b/componentbuilderprivacytabs.xml @@ -1,7 +1,7 @@ PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS - 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 5afc1aa..cebc4c5 100644 --- a/script.php +++ b/script.php @@ -50,7 +50,7 @@ class plgContentComponentbuilderPrivacyTabsInstallerScript { // 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;