Skip to content
Snippets Groups Projects
Commit 98fdc576 authored by colemanw's avatar colemanw
Browse files

CKEditor - Fix .tpl insertion on every form

parent d0efb0d7
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment