Session needs to be global here.

This commit is contained in:
Andrew McMillan 2007-03-08 09:18:36 +13:00
parent ac49c8c278
commit 7ec3ae5d93

View File

@ -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 );