item flag fixes discovered after a few merges

This commit is contained in:
redmatrix
2015-06-23 19:45:39 -07:00
parent 833098e346
commit cb76fb8b9b
9 changed files with 12 additions and 33 deletions

View File

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