diff --git a/core/modules/editor/editor.module b/core/modules/editor/editor.module index af2b8ea..523110a 100644 --- a/core/modules/editor/editor.module +++ b/core/modules/editor/editor.module @@ -126,7 +126,7 @@ function editor_library_info() { ), ), 'dependencies' => array( - array('edit', 'edit'), + array('quickedit', 'edit'), array('editor', 'drupal.editor'), array('system', 'drupal.ajax'), array('system', 'drupalSettings'),