This commit is contained in:
Mario
2022-02-01 10:32:54 +00:00
parent c8818cb7b3
commit 31fbdcf6c5

View File

@@ -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);
} }
} }
} }