diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php index 91b7a6240..93b000f27 100644 --- a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -334,7 +334,7 @@ class SelfupgradeCommand extends GpmCommand $io->newLine(); // Clear recovery flag - upgrade completed successfully - $recovery->clearUpgradeWindow('core-upgrade'); + $recovery->closeUpgradeWindow(); } if ($this->tmp && is_dir($this->tmp)) {