* Fix bug.

This commit is contained in:
tianshujie98
2021-03-26 14:40:34 +08:00
parent 54c9625c48
commit c44cc79be5
+1 -1
View File
@@ -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'));
}
}