diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-04 10:03:38 +0100 |
commit | cf80f03084a2bdb0764f25a55c7b6707d2b3ef81 (patch) | |
tree | 5e07935656f5e17258a773e41da4aa206648dfb5 /include/items.php | |
parent | d97043725d3a38da9686dbf9501272d175e5420a (diff) | |
parent | 47f31eed37b8cc94805d01b2ab661d69cc24fa38 (diff) | |
download | volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.gz volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.tar.bz2 volse-hubzilla-cf80f03084a2bdb0764f25a55c7b6707d2b3ef81.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 1fe98c119..76ae79e6f 100755 --- a/include/items.php +++ b/include/items.php @@ -4561,7 +4561,7 @@ function set_linkified_perms($linkified, &$str_contact_allow, &$str_group_allow, $first_access_tag = true; foreach($linkified as $x) { - $access_tag = $x['access_tag']; + $access_tag = $x['success']['access_tag']; if(($access_tag) && (! $parent_item)) { logger('access_tag: ' . $tag . ' ' . print_r($access_tag,true), LOGGER_DATA); if ($first_access_tag && (! get_pconfig($profile_uid,'system','no_private_mention_acl_override'))) { |