From ea59bdb1d4702ec92539078e5a8861850177e3cb Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 20 Nov 2025 11:16:07 +0000 Subject: [PATCH] Fix double execution of preflight checks during self-upgrade --- system/src/Grav/Installer/Install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/src/Grav/Installer/Install.php b/system/src/Grav/Installer/Install.php index 3939908ee..6aa0d2503 100644 --- a/system/src/Grav/Installer/Install.php +++ b/system/src/Grav/Installer/Install.php @@ -237,7 +237,6 @@ final class Install public function __invoke(?string $zip) { $this->zip = $zip; - $this->pendingPreflight = null; $failedRequirements = $this->checkRequirements(); if ($failedRequirements) {