Skip to content
Snippets Groups Projects

Resolve #3462871 "Followup"

Closed Théodore Biadala requested to merge issue/drupal-3462871:3462871-followup into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -362,7 +362,7 @@ public function install(array $module_list, $enable_dependencies = TRUE) {
// Modules may provide single directory components which are added to
// the core library definitions rather than the module itself, this
// requires the library discovery cache to be rebuilt.
\Drupal::service('library.discovery')->clearCachedDefinitions();
\Drupal::service('library.discovery')->clear();
// Allow the module to perform install tasks.
$this->moduleHandler->invoke($module, 'install', [$sync_status]);
Loading