From 4aced6ff327da56df9e940b281676dd645b1b8a3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 8 Nov 2009 20:30:26 +1300 Subject: [PATCH] Move proxy tests to use accessors. --- inc/caldav-PROPFIND.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 35617828..958e784e 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -10,6 +10,10 @@ */ dbg_error_log('PROPFIND', 'method handler'); +if ( isset($c->new_propfind) && $c->new_propfind ) { + +} + if ( ! ($request->AllowedTo('read') || $request->AllowedTo('freebusy')) ) { $request->DoResponse( 403, translate('You may not access that calendar') ); }