From 7571484ba72cd1acfecc100dce99a314171ac6ee Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 10 Oct 2022 03:11:30 +0000 Subject: [PATCH] *Adjust code for bug #26245. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index 6f198e7b8e..13a18581cc 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -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; } }