mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-23 02:14:16 +00:00
If an event is public, we should show it!
This commit is contained in:
parent
613fcb4417
commit
e64db0fae4
@ -65,6 +65,9 @@ else if ( $qry->rows > 1 ) {
|
||||
// Otherwise we hide the alarms (if configured to)
|
||||
$response .= $ical->Render( false, $event->caldav_type, $ical->DefaultPropertyList() );
|
||||
}
|
||||
else {
|
||||
$response .= $ical->Render( false, $event->caldav_type );
|
||||
}
|
||||
}
|
||||
else {
|
||||
$response .= $ical->Render( false, $event->caldav_type );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user