* Finish task #55675.

This commit is contained in:
tianshujie
2022-06-01 13:50:53 +08:00
parent b076635c79
commit 7a70ae8481
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -3692,7 +3692,7 @@ class execution extends control
}
$moduleName = 'execution';
if(empty($param)) $param = "executionID=$executionID";
if(empty($param)) $param = "executionID=$executionID";
if(!empty($param)) $param = str_replace(array(',', ' '), array('&', ''), $param);
if($execution->type == 'project')
{