Skip to content

Commit 88a0d13

Browse files
author
Joan He
committed
MAGETWO-44798: [Varnish4] Page cache is not disabled if Varnish is used
1 parent c4e4aa1 commit 88a0d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,8 @@ public function uninstall()
956956
{
957957
$this->log->log('Starting Magento uninstallation:');
958958

959-
$this->cleanupDb();
960959
$this->cleanCaches();
960+
$this->cleanupDb();
961961

962962
$this->log->log('File system cleanup:');
963963
$messages = $this->cleanupFiles->clearAllFiles();

0 commit comments

Comments
 (0)