From 97f9dedaa6d2e4b2b4492bf42f53f516b275e2c7 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 1 Dec 2016 18:21:36 -0800 Subject: sql error in fetch conversation --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/zot.php b/include/zot.php index 379a9b04c..635ff34b0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3651,7 +3651,7 @@ function zot_reply_message_request($data) { if ($messages) { $env_recips = null; - $r = q("select hubloc.*, site.site_crypto from hubloc left join site on hulob_url = site_url where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0", + $r = q("select hubloc.*, site.site_crypto from hubloc left join site on hubloc_url = site_url where hubloc_hash = '%s' and hubloc_error = 0 and hubloc_deleted = 0", dbesc($sender_hash) ); if (! $r) { -- cgit v1.2.3