diff options
author | Mario <mario@mariovavti.com> | 2022-02-01 10:30:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-01 10:30:26 +0000 |
commit | c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611 (patch) | |
tree | 24235f90e5ddf3459ddf862b95841129e4a90f30 /Zotlabs | |
parent | eb207898219937435f5735eb96fe32e5b2d489f0 (diff) | |
download | volse-hubzilla-c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611.tar.gz volse-hubzilla-c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611.tar.bz2 volse-hubzilla-c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611.zip |
formatting
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); } } } |