From 941bba2658202bf9fae647024acffd2a01000902 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 28 Feb 2022 09:51:53 +0800 Subject: [PATCH] * Modify the repeated upgrade problem. --- module/upgrade/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/upgrade/control.php b/module/upgrade/control.php index 685ab5d460..1fd89770b0 100644 --- a/module/upgrade/control.php +++ b/module/upgrade/control.php @@ -899,7 +899,7 @@ class upgrade extends control $command = $response['command']; } - if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=no&skipConfirm=yes")); + if($result == 'success') $this->locate($this->inlink('afterExec', "fromVersion=$fromVersion&processed=yes&skipConfirm=yes")); } $this->view->title = $this->lang->upgrade->common;