some issues with message-ids and urlencoding (again)
This commit is contained in:
parent
49cc952825
commit
7a405da3b7
@ -96,8 +96,7 @@ class Display extends \Zotlabs\Web\Controller {
|
|||||||
$item_hash = $decoded;
|
$item_hash = $decoded;
|
||||||
|
|
||||||
$r = q("select id, uid, mid, parent_mid, item_type, item_deleted from item where mid like '%s' limit 1",
|
$r = q("select id, uid, mid, parent_mid, item_type, item_deleted from item where mid like '%s' limit 1",
|
||||||
dbesc($item_hash . '%'),
|
dbesc($item_hash . '%')
|
||||||
dbesc($decoded . '%')
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if($r) {
|
if($r) {
|
||||||
|
Reference in New Issue
Block a user