diff --git a/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php b/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php index d603fba..d55b988 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php +++ b/core/modules/views/lib/Drupal/views/Plugin/ViewsPluginManager.php @@ -41,7 +41,6 @@ public function __construct($type, \Traversable $namespaces, CacheBackendInterfa $this->defaults += array( 'parent' => 'parent', 'plugin_type' => $type, - 'module' => 'views', 'register_theme' => TRUE, );