mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-60958 calendar: fix test helper action factory
This commit is contained in:
parent
28852998f6
commit
4e0ac12efa
@ -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