From 59d961dcec4e6e322abdf3abfdecfb029fe6ffdf Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 27 Dec 2023 15:40:19 +0800 Subject: [PATCH] * Fix bug for show execution fail page in afterExec method. --- module/upgrade/view/execute.html.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/module/upgrade/view/execute.html.php b/module/upgrade/view/execute.html.php index 9a2d666d97..c8a19e8252 100644 --- a/module/upgrade/view/execute.html.php +++ b/module/upgrade/view/execute.html.php @@ -24,7 +24,8 @@
- + app->rawMethod == 'execute' ? 'submitButton' : 'commonButton';?> +
@@ -47,11 +48,15 @@