From 9ab6029280f9a6c2f29281da928d2f436e2d322d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 22 Sep 2016 17:15:12 -0700 Subject: issue #527 --- include/zot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/zot.php b/include/zot.php index 49b66bc62..e0a86abc0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3643,8 +3643,7 @@ function zot_reply_message_request($data) { if ($messages) { $env_recips = null; - $r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0 - group by hubloc_sitekey", + $r = q("select * from hubloc where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0", dbesc($sender_hash) ); if (! $r) { -- cgit v1.2.3