wrong param

This commit is contained in:
nobody 2021-09-13 17:45:27 -07:00
parent c4d52b0a69
commit 47d1d464de

View file

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