Skip to content

Commit ec627da

Browse files
committed
MAGETWO-33555: [GITHUB] After update, config.php is not updated with correct sequence #1015
- checking for existance of config.php before updating modules list
1 parent 205e6ec commit ec627da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,7 @@ public function installAdminUser($data)
814814
*/
815815
public function updateModulesSequence()
816816
{
817+
$this->assertDeploymentConfigExists();
817818
$allModules = array_keys($this->moduleLoader->load());
818819
$deploymentConfig = $this->deploymentConfigReader->load();
819820
$currentModules = isset($deploymentConfig['modules']) ? $deploymentConfig['modules'] : [] ;

0 commit comments

Comments
 (0)