php warnings

This commit is contained in:
zotlabs 2017-08-18 03:04:15 -07:00
parent 035449e4a3
commit 4111ba8dee

View File

@ -1291,7 +1291,7 @@ function fetch_xrd_links($url) {
return array();
$h = parse_xml_string($xml);
if(! $h)
if($h === false)
return array();
$arr = convert_xml_element_to_array($h);