diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 1 insertions, 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) { |