aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Zotfinger.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-01 10:32:54 +0000
committerMario <mario@mariovavti.com>2022-02-01 10:32:54 +0000
commit31fbdcf6c5b7a92bcdb408df887175b80b4937fb (patch)
tree57afd018324e924063fce09fc69047f62ae6d2d1 /Zotlabs/Lib/Zotfinger.php
parentc8818cb7b33c94dd9fae2adf0d4fce2aee6a3611 (diff)
downloadvolse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.tar.gz
volse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.tar.bz2
volse-hubzilla-31fbdcf6c5b7a92bcdb408df887175b80b4937fb.zip
typo
Diffstat (limited to 'Zotlabs/Lib/Zotfinger.php')
-rw-r--r--Zotlabs/Lib/Zotfinger.php2
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);
}
}
}