diff --git a/calendar/event.php b/calendar/event.php index dd98be3..fe40f70 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -144,9 +144,6 @@ if ($eventid !== 0) { } } $event = new calendar_event($event); - if (!calendar_add_event_allowed($event)) { - print_error('nopermissions'); - } } $properties = $event->properties(true);