diff options
author | Mario <mario@mariovavti.com> | 2022-02-01 10:32:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-01 10:32:54 +0000 |
commit | 31fbdcf6c5b7a92bcdb408df887175b80b4937fb (patch) | |
tree | 57afd018324e924063fce09fc69047f62ae6d2d1 | |
parent | c8818cb7b33c94dd9fae2adf0d4fce2aee6a3611 (diff) | |
download | volse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.tar.gz volse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.tar.bz2 volse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.zip |
typo
-rw-r--r-- | Zotlabs/Lib/Zotfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Zotfinger.php b/Zotlabs/Lib/Zotfinger.php index ab0b84944..fa57ab56d 100644 --- a/Zotlabs/Lib/Zotfinger.php +++ b/Zotlabs/Lib/Zotfinger.php @@ -56,7 +56,7 @@ class Zotfinger { if ($hubs) { foreach ($hubs as $hub) { if ($hub['hubloc_id_url'] !== $resource && !$hub['hubloc_deleted']) { - return $self::exec($hub['hubloc_id_url'], $channel, $verify); + return self::exec($hub['hubloc_id_url'], $channel, $verify); } } } |