diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-28 14:21:49 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-28 14:21:49 -0700 |
commit | a42b23658752709f80da12051b0ee9c11b6a5580 (patch) | |
tree | 193415d37a9e45f85ea6d687716ecc091343ab32 /include/photos.php | |
parent | d05fd9632e4dc60fc3d4043374f6332a1609857f (diff) | |
download | volse-hubzilla-a42b23658752709f80da12051b0ee9c11b6a5580.tar.gz volse-hubzilla-a42b23658752709f80da12051b0ee9c11b6a5580.tar.bz2 volse-hubzilla-a42b23658752709f80da12051b0ee9c11b6a5580.zip |
more AccessList stuff - this time it's mod-item, which is a biggie
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index ac502ed51..b4129fbf1 100644 --- a/include/photos.php +++ b/include/photos.php @@ -303,7 +303,7 @@ function photo_upload($channel, $observer, $args) { $arr['author_xchan'] = $observer['xchan_hash']; $arr['title'] = $title; $arr['allow_cid'] = $ac['allow_cid']; - $arr['allow_gid'] = $ac['allow_gid'] + $arr['allow_gid'] = $ac['allow_gid']; $arr['deny_cid'] = $ac['deny_cid']; $arr['deny_gid'] = $ac['deny_gid']; $arr['verb'] = ACTIVITY_POST; |