From 9598cd9b8f115836e42a00766123ab71a14c668b Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 18 Aug 2010 21:33:14 +1200 Subject: [PATCH] Fix spelling error. --- inc/caldav-GET.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-GET.php b/inc/caldav-GET.php index d6a6dac9..ea5efda6 100644 --- a/inc/caldav-GET.php +++ b/inc/caldav-GET.php @@ -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 :-)