From 47d1d464de213c5b1c2967f701d203767634b411 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 13 Sep 2021 17:45:27 -0700 Subject: [PATCH] wrong param --- Zotlabs/Lib/Libzot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index ad1156b3f..05f92c168 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -3049,8 +3049,8 @@ class Libzot { dbesc($hash) ); if ($r) { - logger('found another site that is not dead: ' . $r[0]['hubloc_url'], LOGGER_DEBUG,LOG_INFO); - $desturl = $r[0]['hubloc_url']; + logger('found another site that is not dead: ' . $r[0]['hubloc_id_url'], LOGGER_DEBUG,LOG_INFO); + $desturl = $r[0]['hubloc_id_url']; } else { return $hash;