Skip to:
Content

BuddyPress.org

Ticket #2430: 2430.patch

File 2430.patch, 491 bytes (added by DJPaul, 15 years ago)
  • bp-groups.php

     
    116116function groups_setup_nav() {
    117117        global $bp;
    118118
    119         if ( $group_id = BP_Groups_Group::group_exists($bp->current_action) ) {
     119        if ( $bp->current_component == $bp->groups->slug && $group_id = BP_Groups_Group::group_exists( $bp->current_action ) ) {
    120120
    121121                /* This is a single group page. */
    122122                $bp->is_single_item = true;