This commit is contained in:
redmatrix 2016-09-22 17:15:12 -07:00
parent 7b90b0dfd9
commit 9ab6029280

View File

@ -3643,8 +3643,7 @@ function zot_reply_message_request($data) {
if ($messages) { if ($messages) {
$env_recips = null; $env_recips = null;
$r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0 $r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0",
group by hubloc_sitekey",
dbesc($sender_hash) dbesc($sender_hash)
); );
if (! $r) { if (! $r) {