updated the compiler to first check if array values is set

This commit is contained in:
2017-10-30 20:50:56 +02:00
parent ccb3f09a34
commit 306a9b9613
19 changed files with 551 additions and 709 deletions

View File

@ -30,7 +30,7 @@ defined('_JEXEC') or die('Restricted access');
$form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
'spacer_hr_d',
'spacer_hr_f',
'note_on_contributors',
'addcontributors',
'emptycontributors',

View File

@ -31,10 +31,10 @@ $form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
'note_component_files_folders',
'spacer_hr_e',
'spacer_hr_d',
'to_ignore_note',
'toignore',
'spacer_hr_f',
'spacer_hr_e',
'jcb_export_package_note',
'export_key',
'export_package_link',