From c44cc79be5ce89f510fdca60f3acd37b889949de Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Fri, 26 Mar 2021 14:40:34 +0800 Subject: [PATCH] * Fix bug. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 7034a22a68..b252ba0fc7 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2083,7 +2083,7 @@ class execution extends control if(isonlybody()) { - die(js::locate($this->createLink('build', 'create', "executionID=$executionID&productID=0&projectID=$execution->project"), 'parent')); + die(js::reload('parent')); } }