mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix Scrutinizer bug: missing required parameters
This commit is contained in:
parent
2ec05f8936
commit
6903ab0f12
@ -1131,7 +1131,9 @@ class CalDAV extends HTTP_WebDAV_Server
|
||||
{
|
||||
if (isset($value[0]['ns']))
|
||||
{
|
||||
$value = $this->_hierarchical_prop_encode($value);
|
||||
$ns_defs = '';
|
||||
$ns_hash = array();
|
||||
$value = $this->_hierarchical_prop_encode($value, '', $ns_defs, $ns_hash);
|
||||
}
|
||||
$value = array2string($value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user