Made some changes to insure JCB is stable in PHP7, removed the related translations string from joomla_component view to speed up page load.

This commit is contained in:
2018-03-12 00:36:14 +02:00
parent eb56fd3b48
commit e715fa1614
76 changed files with 3297 additions and 3407 deletions

View File

@@ -31,8 +31,8 @@ $form = $displayData->getForm();
$fields = $displayData->get('fields') ?: array(
'snippet',
'note_uikit_snippet',
'note_snippet_usage'
'note_snippet_usage',
'note_uikit_snippet'
);
$hiddenFields = $displayData->get('hidden_fields') ?: array();