aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-02 14:59:01 -0800
committerfriendica <info@friendica.com>2015-02-02 14:59:01 -0800
commit043ff33e437451f6109e8d4cb5a2ce85cabcddec (patch)
tree2b68b9a392309e984b087c7c45ff1612efebedff /include/items.php
parente58bef049d7736d448f7bb5688affe491b9e24b1 (diff)
downloadvolse-hubzilla-043ff33e437451f6109e8d4cb5a2ce85cabcddec.tar.gz
volse-hubzilla-043ff33e437451f6109e8d4cb5a2ce85cabcddec.tar.bz2
volse-hubzilla-043ff33e437451f6109e8d4cb5a2ce85cabcddec.zip
issue #889 private tags for forums no longer recognised after tag refactor a few weeks back. This solution is not optimal as it also leaves you in the privacy ACL in some cases and not in others but it restores the previous functionality
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index c34e694ac..0b2106572 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4751,6 +4751,7 @@ function item_remove_cid($xchan_hash,$mid,$uid) {
// Set item permissions based on results obtained from linkify_tags()
function set_linkified_perms($linkified, &$str_contact_allow, &$str_group_allow, $profile_uid, $parent_item = false) {
$first_access_tag = true;
+
foreach($linkified as $x) {
$access_tag = $x['access_tag'];
if(($access_tag) && (! $parent_item)) {