From 963828cb2bfc7bbb05031ee832981ead49ccf456 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Thu, 7 Sep 2023 09:02:24 +0800 Subject: [PATCH] - Remove the jump statement that direct the control flow to the original direction. --- module/execution/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 2d75f68c89..0359cce1b8 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3279,7 +3279,6 @@ class execution extends control { $draftCount++; unset($planStory[$id]); - continue; } }