mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-21 06:20:17 +00:00
Removing uninitialised variable warnings.
This commit is contained in:
parent
0500787b9c
commit
35950dc63f
@ -70,6 +70,7 @@ function calendar_to_xml( $properties, $item ) {
|
|||||||
|
|
||||||
dbg_error_log("REPORT","Building XML Response for item '%s'", $item->dav_name );
|
dbg_error_log("REPORT","Building XML Response for item '%s'", $item->dav_name );
|
||||||
|
|
||||||
|
$denied = array();
|
||||||
$caldav_data = $item->caldav_data;
|
$caldav_data = $item->caldav_data;
|
||||||
$displayname = $item->summary;
|
$displayname = $item->summary;
|
||||||
if ( isset($properties['CALENDAR-DATA']) || isset($properties['DISPLAYNAME']) ) {
|
if ( isset($properties['CALENDAR-DATA']) || isset($properties['DISPLAYNAME']) ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user