Skip to content

Commit

Permalink
Merge pull request #20849 from civicrm/5.40
Browse files Browse the repository at this point in the history
5.40
  • Loading branch information
seamuslee001 authored Jul 15, 2021
2 parents 4dc468f + 4c6b4c2 commit e372c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/ckeditor4/ckeditor4.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ function ckeditor4_civicrm_buildForm($formName, $form) {
'value' => 1,
]
);
CRM_Core_Region::instance('form-bottom')->add([
'template' => 'CRM/Admin/Form/Preferences/Ckeditor.tpl',
]);
}
CRM_Core_Region::instance('form-bottom')->add([
'template' => 'CRM/Admin/Form/Preferences/Ckeditor.tpl',
]);
}

function ckeditor4_civicrm_coreResourceList(&$list, $region) {
Expand Down

0 comments on commit e372c47

Please sign in to comment.