Skip to content

Instantly share code, notes, and snippets.

@kassner
Created January 9, 2020 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kassner/3d19b7ed4712d48b615400146b669cb0 to your computer and use it in GitHub Desktop.
Save kassner/3d19b7ed4712d48b615400146b669cb0 to your computer and use it in GitHub Desktop.
--- setup/src/Magento/Setup/Model/Installer.php
+++ setup/src/Magento/Setup/Model/Installer.php
@@ -1195,9 +1195,9 @@
$this->cleanCaches();
if (!$keepGeneratedFiles) {
$this->cleanupGeneratedFiles();
+ $this->log->log('Updating modules:');
+ $this->createModulesConfig([]);
}
- $this->log->log('Updating modules:');
- $this->createModulesConfig([]);
}
/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment