From 678eacaae5cec3f5bb3b77039b7da56b4170430d Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 8 Nov 2025 11:08:45 +0000 Subject: [PATCH] fix some errors after upgrade Signed-off-by: Andy Miller --- system/src/Grav/Console/Gpm/SelfupgradeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php index cae961b3a..c52fd5290 100644 --- a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -333,7 +333,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)) {