This commit is contained in:
ferran
2025-09-04 16:31:17 +02:00
+1 -1
View File
@@ -6618,7 +6618,7 @@ class assign {
$info->courseassignsurl = $CFG->wwwroot . '/mod/assign/index.php?id=' . $course->id;
// Time of the action.
$info->timeupdated = userdate($updatetime, get_string('strftimerecentfull'));
$info->timeupdated = userdate($updatetime);
// Other data passed in.
$info = (object) array_merge((array) $info, $extrainfo);