* Fix bug #19319.
This commit is contained in:
@@ -1101,7 +1101,7 @@ class testtaskModel extends model
|
||||
$testtaskPairs = array();
|
||||
while($testtask = $stmt->fetch())
|
||||
{
|
||||
$testtaskPairs[$testtask->id] = $testtask->execution . ' ' . $testtask->name;
|
||||
$testtaskPairs[$testtask->id] = $testtask->execution . $testtask->name;
|
||||
}
|
||||
return $testtaskPairs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user