fix update 1283

This commit is contained in:
Mike Macgirvin 2024-08-10 15:47:42 +10:00
parent cd90777384
commit 81db331045

View file

@ -23,7 +23,7 @@ class _1283
);
q("UPDATE hubloc set hubloc_id_url = '%s' where hubloc_hash = '%s'",
dbesc(Channel::getDidResolver($channel, true)),
intval($channel['xchan_hash'])
dbesc($channel['xchan_hash'])
);
}
}