core/modules/ckeditor/ckeditor.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor/ckeditor.module b/core/modules/ckeditor/ckeditor.module index 85c571d..d9c0dac 100644 --- a/core/modules/ckeditor/ckeditor.module +++ b/core/modules/ckeditor/ckeditor.module @@ -279,7 +279,7 @@ function ckeditor_ckeditor_plugins() { // @see http://dev.ckeditor.com/ticket/9387 $plugins['sharedspace'] = array( - 'path' => drupal_get_path('module', 'ckeditor') . '/lib/ckeditor/plugins/sharedspace', + 'path' => drupal_get_path('module', 'ckeditor') . '/js/plugins/sharedspace', 'file' => 'plugin.js', 'enabled callback' => TRUE, );