forked from extern/egroupware
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']))
|
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);
|
$value = array2string($value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user