some issues with message-ids and urlencoding (again)

This commit is contained in:
zotlabs 2017-08-20 23:22:52 -07:00
parent 49cc952825
commit 7a405da3b7

View File

@ -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) {