Skip to:
Content

BuddyPress.org

Changeset 3151


Ignore:
Timestamp:
08/01/2010 10:08:36 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2545 props xcompass (2 hit combo!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups/bp-groups-classes.php

    r3145 r3151  
    11551155
    11561156        /* When we are viewing a single group, add the group extension nav item */
    1157         if ( $this->visbility == 'public' || ( $this->visbility != 'public' && $bp->groups->current_group->user_has_access ) ) {
     1157        if ( $this->visibility == 'public' || ( $this->visibility != 'public' && $bp->groups->current_group->user_has_access ) ) {
    11581158            if ( $this->enable_nav_item ) {
    11591159                if ( $bp->current_component == $bp->groups->slug && $bp->is_single_item )
Note: See TracChangeset for help on using the changeset viewer.