mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-13 03:23:34 +00:00
Don't just return the first element in a dead property - there might be multiple!
This commit is contained in:
parent
7e51fa8541
commit
b4fd9e2ed2
@ -655,8 +655,7 @@ EOQRY;
|
||||
xml_parser_free($xml_parser);
|
||||
$position = 0;
|
||||
$xmltree = BuildXMLTree( $xml_tags, $position);
|
||||
$content = $xmltree->GetContent();
|
||||
return $content[0];
|
||||
return $xmltree->GetContent();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user