Changeset 5431 for trunk/bp-groups/bp-groups-template.php
- Timestamp:
- 12/01/2011 08:45:38 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-template.php
r5417 r5431 217 217 218 218 if ( $this->single_group ) 219 $this->group = new BP_Groups_Group( $this->group->group_id);219 $this->group = groups_get_group( array( 'group_id' => $this->group->group_id ) ); 220 220 221 221 if ( 0 == $this->current_group ) // loop has just started
Note: See TracChangeset
for help on using the changeset viewer.