From 4111ba8dee5562bb3314e72e05ba01de152cecc2 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 18 Aug 2017 03:04:15 -0700 Subject: php warnings --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/network.php b/include/network.php index 4ea619bf5..96cea4b6f 100644 --- a/include/network.php +++ b/include/network.php @@ -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); -- cgit v1.2.3