Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/16/2011 04:17:14 PM (13 years ago)
Author:
boonebgorges
Message:

Ensure that the BP_Groups_Group object has a user_has_access property set, to avoid errors when posting a forum topic from the Forum Directory. Fixes #3858

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-filters.php

    r5329 r5560  
    131131    if ( bp_current_user_can( 'bp_moderate' ) )
    132132        return true;
    133 
     133   
    134134    if ( 'add_tag_to' == $cap )
    135135        if ( $bp->groups->current_group->user_has_access ) return true;
Note: See TracChangeset for help on using the changeset viewer.