From fc7950205f9a2cf7999edb80305c88dc79bbd2c0 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Wed, 23 Feb 2022 17:49:37 +0100 Subject: [PATCH] Fix checking for update during install --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9e30c464..8e434d52 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ if ($options) { */ use Github\Client; -if ($options) { +if ($options && !isset($_POST['step'])) { $updateLastChecked = $options->getOption('updateLastChecked'); if (!$updateLastChecked || time() - $updateLastChecked >= 86400) {