52
0
Fork 0
This commit is contained in:
Llewellyn van der Merwe 2022-09-20 13:36:38 +02:00
parent d2a8776e94
commit 9014681433
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4" group="content" method="upgrade">
<name>PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS</name>
<creationDate>20th August, 2022</creationDate>
<creationDate>20th September, 2022</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>

View File

@ -43,6 +43,12 @@ class plgContentComponentbuilderLanguageTabsInstallerScript
if ('install' === $route)
{
// TODO preflight must be an instance...
// TODO preflight must be an instance...
// needs fix
// check that componentbuilder is installed
$pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php';