update
This commit is contained in:
parent
d2a8776e94
commit
9014681433
@ -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>
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user