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')); } }