diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 01:05:03 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 01:05:03 +0200 |
commit | 65785ead697056130d01520a917bfc2626788c0c (patch) | |
tree | 107cf63cda61f1525a55d12bc28877a81a8ff0e9 /include | |
parent | c550100a55b022f067e9b26391f0152b98913657 (diff) | |
download | volse-hubzilla-65785ead697056130d01520a917bfc2626788c0c.tar.gz volse-hubzilla-65785ead697056130d01520a917bfc2626788c0c.tar.bz2 volse-hubzilla-65785ead697056130d01520a917bfc2626788c0c.zip |
Update zot.php
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 629bcf0bd..1a632cf87 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4818,7 +4818,7 @@ function zot_reply_pickup($data) { json_return_and_die($ret); } - $r = q("select distinct hubloc_sitekey from hubloc where hubloc_url = '%s' and hubloc_callback = '%s' and hubloc_sitekey != '' pgrp by hubloc_sitekey ", + $r = q("select distinct hubloc_sitekey from hubloc where hubloc_url = '%s' and hubloc_callback = '%s' and hubloc_sitekey != '' group by hubloc_sitekey ", dbesc($data['url']), dbesc($data['callback']) ); |