mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Use the right variable name.
This commit is contained in:
parent
a30442581c
commit
613fcb4417
@ -93,7 +93,7 @@ foreach( $request->xml_tags AS $k => $v ) {
|
||||
*/
|
||||
default:
|
||||
$arbitrary[$tag] = $tag;
|
||||
dbg_error_log( "PROPFIND", "Adding arbitrary DAV property '%s'", $attribute );
|
||||
dbg_error_log( "PROPFIND", "Adding arbitrary DAV property '%s'", $tag );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user