MDL-69170 task: Added timecreated field to adhoc task table

This commit is contained in:
Peter Burnett
2020-08-05 09:41:25 +10:00
parent 07238ca511
commit e63b6b8665
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -275,6 +275,7 @@ class manager {
$record->faildelay = $task->get_fail_delay();
$record->customdata = $task->get_custom_data_as_string();
$record->userid = $task->get_userid();
$record->timecreated = time();
return $record;
}