Disallow setting anything but actors for mentioned events in MDEventsSet
This commit is contained in:
parent
a0348b135a
commit
60483d897b
@ -81,9 +81,9 @@ final class MDEventsSet extends MDValueSet {
|
||||
/*
|
||||
* Constants for event types without places, times, actors
|
||||
*/
|
||||
public const EVENTS_NO_TIME = [5, 22, 23, 36];
|
||||
public const EVENTS_NO_TIME = [5, 22, 23, 33, 36];
|
||||
public const EVENTS_NO_ACTOR = [21, 22, 24, 36, 52];
|
||||
public const EVENTS_NO_PLACE = [5, 23, 24];
|
||||
public const EVENTS_NO_PLACE = [5, 23, 24, 33];
|
||||
|
||||
/**
|
||||
* Gets a list of the entries in a translated version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user