mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
typo
This commit is contained in:
@@ -56,7 +56,7 @@ class Zotfinger {
|
|||||||
if ($hubs) {
|
if ($hubs) {
|
||||||
foreach ($hubs as $hub) {
|
foreach ($hubs as $hub) {
|
||||||
if ($hub['hubloc_id_url'] !== $resource && !$hub['hubloc_deleted']) {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user