*Adjust code for bug #26245.

This commit is contained in:
liuhong
2022-10-10 03:11:30 +00:00
parent 1d1ae03b95
commit 7571484ba7
+1 -1
View File
@@ -301,7 +301,7 @@ class task extends control
{
foreach($executionList as $key => $val)
{
$values = str_replace($replace, $project->name, $val);
$values = str_replace($replace, $project->name, $val);
$executionAll[$key] = $values;
}
}