diff --git a/default_content.module b/default_content.module index 0e307ca..3b12acb 100644 --- a/default_content.module +++ b/default_content.module @@ -11,7 +11,7 @@ function default_content_modules_installed($modules) { // @todo Move this to an event once we have HookEvent. foreach ($modules as $module) { - if (!\Drupal::isConfigSyncing()) { + if (!\Drupal::isConfigSyncing() || drupal_installation_attempted()) { \Drupal::service('default_content.manager')->importContent($module); } }