aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-22 17:15:12 -0700
committerredmatrix <mike@macgirvin.com>2016-09-22 17:15:12 -0700
commit9ab6029280f9a6c2f29281da928d2f436e2d322d (patch)
tree1e965480cb168d00f11c7e88904ede6bb85cf64f
parent7b90b0dfd937c17eac61d6a1ca0f0619a3f4cdfd (diff)
downloadvolse-hubzilla-9ab6029280f9a6c2f29281da928d2f436e2d322d.tar.gz
volse-hubzilla-9ab6029280f9a6c2f29281da928d2f436e2d322d.tar.bz2
volse-hubzilla-9ab6029280f9a6c2f29281da928d2f436e2d322d.zip
issue #527
-rw-r--r--include/zot.php3
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) {