diff options
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Zotfinger.php | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } } |