From 35e3700c8acc903cd1370c2bbd395d27caec52d3 Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Fri, 1 Feb 2019 14:26:45 +0000
Subject: [PATCH] Hopefully fixes a communicaton problem with Hubzilla

---
 src/Network/Probe.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Network/Probe.php b/src/Network/Probe.php
index 1a0607bf12..deec3cf2dc 100644
--- a/src/Network/Probe.php
+++ b/src/Network/Probe.php
@@ -342,7 +342,7 @@ class Probe
 
 		$ap_profile = ActivityPub::probeProfile($uri);
 
-		if (!empty($ap_profile) && (defaults($data, 'network', '') != Protocol::DFRN)) {
+		if (!empty($ap_profile) && empty($network) && (defaults($data, 'network', '') != Protocol::DFRN)) {
 			$data = $ap_profile;
 		}