mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Fix spelling error.
This commit is contained in:
parent
82259f1e0e
commit
9598cd9b8f
@ -20,7 +20,7 @@ if ( ! $dav_resource->Exists() ) {
|
||||
$request->DoResponse( 404, translate("Resource Not Found.") );
|
||||
}
|
||||
|
||||
function obfuscate_event( $icalendar ) {
|
||||
function obfuscated_event( $icalendar ) {
|
||||
// The user is not admin / owner of this calendar looking at his calendar and can not admin the other cal,
|
||||
// or maybe they don't have *read* access but they got here, so they must at least have free/busy access
|
||||
// so we will present an obfuscated version of the event that just says "Busy" (translated :-)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user