diff --git a/core/modules/ckeditor/ckeditor.module b/core/modules/ckeditor/ckeditor.module index 506585d..a074fe0 100644 --- a/core/modules/ckeditor/ckeditor.module +++ b/core/modules/ckeditor/ckeditor.module @@ -65,6 +65,7 @@ function ckeditor_library_info() { 'title' => 'Loads the main CKEditor library.', 'version' => '4.1', 'js' => array( + array('data' => 'var CKEDITOR_BASEPATH = \'/core/misc/ckeditor/\';', 'type' => 'inline', 'scope' => 'header', 'weight' => -1), 'core/misc/ckeditor/ckeditor.js' => array(), ), );