From 7ec3ae5d936642eb96592a01e81204976d05c716 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 8 Mar 2007 09:18:36 +1300 Subject: [PATCH] Session needs to be global here. --- inc/caldav-PROPFIND.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 32ecc399..ff0040d1 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -429,6 +429,7 @@ function get_collection( $depth, $user_no, $collection_path ) { * Get XML response for a single item. Depth is irrelevant for this. */ function get_item( $item_path ) { + global $session; $responses = array(); dbg_error_log("PROPFIND","Getting item: Path: %s", $item_path );