* Finish task #55675.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user