aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-22 12:56:08 -0700
committerfriendica <info@friendica.com>2015-03-22 12:56:08 -0700
commitb198cf69cdffd801651db12c05e5b4661ebe393f (patch)
treef64e25904a3a03f8b2662d363774d528e01b78ae /include/attach.php
parent6631540d20068d3c4ee221518e8f430507662e27 (diff)
parente72c3e3e058e6c275b7a50979ab12cfd79b8e7d3 (diff)
downloadvolse-hubzilla-b198cf69cdffd801651db12c05e5b4661ebe393f.tar.gz
volse-hubzilla-b198cf69cdffd801651db12c05e5b4661ebe393f.tar.bz2
volse-hubzilla-b198cf69cdffd801651db12c05e5b4661ebe393f.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 04fd25ace..1daa42aef 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -1078,7 +1078,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid,
$arr['deny_cid'] = perms2str($u_arr_deny_cid);
$arr['deny_gid'] = perms2str($u_arr_deny_gid);
$arr['item_restrict'] = ITEM_HIDDEN;
- $arr['item_private'] = 0;
+ $arr['item_private'] = $private;
$arr['verb'] = ACTIVITY_UPDATE;
$arr['obj_type'] = $objtype;
$arr['object'] = $u_jsonobject;