From cb76fb8b9b659c4ec06e359f375a35a534927b99 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 23 Jun 2015 19:45:39 -0700 Subject: item flag fixes discovered after a few merges --- include/zot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 309df252d..2187f3103 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1373,8 +1373,7 @@ function public_recips($msg) { if($msg['message']['message_top']) { $z = q("select owner_xchan as hash from item where parent_mid = '%s' ", - dbesc($msg['message']['message_top']), - intval(ITEM_UPLINK) + dbesc($msg['message']['message_top']) ); if($z) $r = array_merge($r,$z); -- cgit v1.2.3