mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Session needs to be global here.
This commit is contained in:
parent
ac49c8c278
commit
7ec3ae5d93
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user