Ticket #2430: 2430.patch
File 2430.patch, 491 bytes (added by , 15 years ago) |
---|
-
bp-groups.php
116 116 function groups_setup_nav() { 117 117 global $bp; 118 118 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 ) ) { 120 120 121 121 /* This is a single group page. */ 122 122 $bp->is_single_item = true;