- Remove the jump statement that direct the control flow to the original direction.

This commit is contained in:
dingguodong
2023-09-07 09:02:44 +08:00
parent 8f6a71f374
commit 963828cb2b
-1
View File
@@ -3279,7 +3279,6 @@ class execution extends control
{
$draftCount++;
unset($planStory[$id]);
continue;
}
}