* Fix bug #19231,19230.
This commit is contained in:
@@ -277,6 +277,8 @@ class tutorialModel extends model
|
||||
$execution->lifetime = '';
|
||||
$execution->begin = date('Y-m-d', strtotime('-7 days'));
|
||||
$execution->end = date('Y-m-d', strtotime('+7 days'));
|
||||
$execution->realBegan = '';
|
||||
$execution->realEnd = '';
|
||||
$execution->days = 10;
|
||||
$execution->status = 'wait';
|
||||
$execution->pri = '1';
|
||||
|
||||
Reference in New Issue
Block a user