Fixed the auto backup system, to allow JCB to be backed up automatically

This commit is contained in:
2018-04-23 14:47:19 +02:00
parent 0857101371
commit 909a91844f
13 changed files with 1868 additions and 864 deletions

View File

@ -34,7 +34,10 @@ $document->addScript('components/com_componentbuilder/assets/js/site.js');
// Require helper files
JLoader::register('ComponentbuilderHelper', dirname(__FILE__) . '/helpers/componentbuilder.php');
JLoader::register('ComponentbuilderEmail', JPATH_COMPONENT_ADMINISTRATOR . '/helpers/componentbuilderemail.php');
JLoader::register('ComponentbuilderHelperRoute', dirname(__FILE__) . '/helpers/route.php');
JLoader::register('ComponentbuilderHelperRoute', dirname(__FILE__) . '/helpers/route.php');
// Triger the Global Site Event
ComponentbuilderHelper::globalEvent($document);
// import joomla controller library
jimport('joomla.application.component.controller');