Skip to content

Commit 40b3887

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51718: After break installation Magento uninstall throw fatal error
- fixed static test
1 parent 0c0bbb2 commit 40b3887

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,7 @@ public function uninstall()
10331033
. 'To fully clean up your uninstallation, you must manually clear your cache files.'
10341034
);
10351035
}
1036-
1037-
1036+
10381037
$this->cleanupDb();
10391038

10401039
$this->log->log('File system cleanup:');

0 commit comments

Comments
 (0)