From 1aacff4ce1cafcb3ab1e232f9c01dd3daa770d15 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 28 Jul 2022 19:35:25 +0000 Subject: [PATCH] Fix fatal error --- src/Protocol/OStatus.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index 64e32f2ac4..6531d75af1 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -797,6 +797,7 @@ class OStatus } if ($xml != '') { + $hub = ''; self::process($xml, $importer, $contact, $hub, $stored, false, Conversation::PULL); } else { Logger::info('XML could not be fetched for URI: ' . $related_uri . ' - href: ' . $related);