update - v1.0.1
This commit is contained in:
parent
fedc33d29e
commit
d2411d03b5
@ -310,7 +310,7 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
public function jcb_ce_onBeforeSetLangFileData(&$context, &$compiler)
|
||||
public function jcb_ce_onBeforeSetLangFileData(&$context, $compiler)
|
||||
{
|
||||
// lets map some arrays to the plugin for later use
|
||||
$this->compilerPath = $compiler->compilerPath;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension type="plugin" version="4" group="extension" method="upgrade">
|
||||
<name>PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING</name>
|
||||
<creationDate>3rd December, 2021</creationDate>
|
||||
<creationDate>16th December, 2021</creationDate>
|
||||
<author>Llewellyn van der Merwe</author>
|
||||
<authorEmail>joomla@vdm.io</authorEmail>
|
||||
<authorUrl>https://dev.vdm.io</authorUrl>
|
||||
|
@ -47,7 +47,7 @@ class plgExtensionComponentbuilderLanguagePackagingInstallerScript
|
||||
$pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php';
|
||||
if (!JFile::exists($pathToCore))
|
||||
{
|
||||
$app->enqueueMessage('Joomla Component Builder must first be installed from <a href="https://www.joomlacomponentbuilder.com/ " target="_blank">Joomla Component Builder</a>.', 'error');
|
||||
$app->enqueueMessage('JCB must first be installed from <a href="https://git.vdm.dev/joomla/Component-Builder-Pro/" target="_blank">Joomla Component Builder</a>.', 'error');
|
||||
return false;
|
||||
}
|
||||
// load the helper class
|
||||
|
Loading…
Reference in New Issue
Block a user