From 684f2eca08537f976882d8b26191ffccdd8c6026 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 21 Nov 2011 10:47:43 +1300 Subject: [PATCH] Clarify name of header. --- inc/schedule-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/schedule-functions.php b/inc/schedule-functions.php index e359060a..c8c4189c 100644 --- a/inc/schedule-functions.php +++ b/inc/schedule-functions.php @@ -49,7 +49,7 @@ function do_scheduling_for_delete(DAVResource $deleted_resource ) { } else { if ( isset($_SERVER['HTTP_SCHEDULE_REPLY']) && $_SERVER['HTTP_SCHEDULE_REPLY'] == 'F') { - dbg_error_log( 'schedule', 'Schedule-Request header set to "F" - no scheduling required.' ); + dbg_error_log( 'schedule', 'Schedule-Reply header set to "F" - no scheduling required.' ); return true; } return doItipAttendeeReply( $vcal, 'DECLINED', $request->principal->email());