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

@ -30,7 +30,8 @@ defined('_JEXEC') or die('Restricted access');
$form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
'note_no_database_settings_needed'
'note_no_database_settings_needed',
'note_database_settings_needed'
);
?>