Skip to content
Snippets Groups Projects
Commit 3b872847 authored by Henri MEDOT's avatar Henri MEDOT
Browse files

Issue #2667080 by anrikun: hook_wywsiwyg_plugin implementation incorrectly...

Issue #2667080 by anrikun: hook_wywsiwyg_plugin implementation incorrectly adds trailing slash to path
parent b341e608
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ function ckeditor_link_ckeditor_plugin() {
function ckeditor_link_wysiwyg_plugin($editor, $version) {
if ($editor == 'ckeditor') {
return array('drupal_path' => array(
'path' => drupal_get_path('module', 'ckeditor_link') .'/plugins/link/',
'path' => drupal_get_path('module', 'ckeditor_link') . '/plugins/link',
'load' => TRUE,
'extensions' => array('Link' => t('CKEditor Link')),
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment