From 7a405da3b7b8cb838fa1dddca3860c6b5d9a05df Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 20 Aug 2017 23:22:52 -0700 Subject: some issues with message-ids and urlencoding (again) --- Zotlabs/Module/Display.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php index d9f623d8d..d82ff2a55 100644 --- a/Zotlabs/Module/Display.php +++ b/Zotlabs/Module/Display.php @@ -96,8 +96,7 @@ class Display extends \Zotlabs\Web\Controller { $item_hash = $decoded; $r = q("select id, uid, mid, parent_mid, item_type, item_deleted from item where mid like '%s' limit 1", - dbesc($item_hash . '%'), - dbesc($decoded . '%') + dbesc($item_hash . '%') ); if($r) { -- cgit v1.2.3