From c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 1 Feb 2022 10:30:26 +0000 Subject: formatting --- Zotlabs/Lib/Zotfinger.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Lib/Zotfinger.php') diff --git a/Zotlabs/Lib/Zotfinger.php b/Zotlabs/Lib/Zotfinger.php index 58050609c..ab0b84944 100644 --- a/Zotlabs/Lib/Zotfinger.php +++ b/Zotlabs/Lib/Zotfinger.php @@ -55,8 +55,8 @@ class Zotfinger { $hubs = Activity::get_actor_hublocs($h[0]['hubloc_hash']); if ($hubs) { foreach ($hubs as $hub) { - if ($hub['hubloc_id_url'] !== $resource and !$hub['hubloc_deleted']) { - return $self::exec($hub['hubloc_id_url'],$channel,$verify); + if ($hub['hubloc_id_url'] !== $resource && !$hub['hubloc_deleted']) { + return $self::exec($hub['hubloc_id_url'], $channel, $verify); } } } -- cgit v1.2.3