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 20e8598..10f8bab 100644 --- a/core/modules/ckeditor/ckeditor.module +++ b/core/modules/ckeditor/ckeditor.module @@ -111,7 +111,7 @@ function ckeditor_library_info() { ); $libraries['drupal.ckeditor.drupalimagecaption-theme'] = array( 'title' => 'Theming support for the imagecaption plugin.', - 'version' => VERSION, + 'version' => Drupal::VERSION, 'js' => array( $module_path . '/js/plugins/drupalimagecaption/theme.js' => array(), ),