* Code for code error.

This commit is contained in:
Yagami
2023-01-05 14:50:49 +08:00
parent e9f88d3cbd
commit 7d660348c6
+3
View File
@@ -225,6 +225,9 @@ class tutorialModel extends model
$execution->teamCount = count($execution->teamMembers);
$execution->hasProduct = '';
$execution->multiple = '';
$execution->order = 1;
$execution->burns = array('');
$execution->type = 'sprint';
if($browseType and $browseType != 'all') $execution->name .= '-' . $browseType; // Fix bug #21096