core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php b/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php index 9c16741..b1ee26f 100644 --- a/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php +++ b/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php @@ -35,7 +35,7 @@ class CKEditorPluginManager extends DefaultPluginManager { public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, LanguageManager $language_manager, ModuleHandlerInterface $module_handler) { parent::__construct('Plugin/CKEditorPlugin', $namespaces, 'Drupal\ckeditor\Annotation\CKEditorPlugin'); $this->alterInfo($module_handler, 'ckeditor_plugin_info'); - $this->setCacheBackend($cache_backend, $language_manager, 'ckeditor_plugin'); + $this->setCacheBackend($cache_backend, $language_manager, 'ckeditor_plugin', array('ckeditor_plugin' => TRUE)); } /**