mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-24 02:24:39 +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);
|
xml_parser_free($xml_parser);
|
||||||
$position = 0;
|
$position = 0;
|
||||||
$xmltree = BuildXMLTree( $xml_tags, $position);
|
$xmltree = BuildXMLTree( $xml_tags, $position);
|
||||||
$content = $xmltree->GetContent();
|
return $xmltree->GetContent();
|
||||||
return $content[0];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user