* Adjust code.

This commit is contained in:
caoyanyi
2023-01-09 10:30:56 +08:00
parent b8a2bc5380
commit 7e59cbaaa2
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -2379,7 +2379,7 @@ class executionTest
if(count($users) > 0) su($users[0]);
global $tester;
return $tester->app->user->view->sprints;
return ",{$tester->app->user->view->sprints},";
}
}