mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 09:30:17 +01:00
Merge branch 'MDL-60958-int-fix-1' of github.com:ryanwyllie/moodle
This commit is contained in:
commit
48cf9018fa
@ -126,7 +126,7 @@ class action_event_test_factory implements event_factory_interface {
|
||||
$user->id = $id;
|
||||
return $user;
|
||||
}),
|
||||
new repeat_event_collection($record->id, null, $this),
|
||||
!empty($record->repeatid) ? new repeat_event_collection($record, $this) : null,
|
||||
$module,
|
||||
$record->eventtype,
|
||||
new event_times(
|
||||
|
Loading…
x
Reference in New Issue
Block a user