Ticket #2735: 2735.001.diff
File 2735.001.diff, 595 bytes (added by , 15 years ago) |
---|
-
bp-groups/bp-groups-templatetags.php
124 124 $this->group = new BP_Groups_Group( $this->group->group_id, true ); 125 125 else { 126 126 if ( $this->group ) 127 wp_cache_set( 'groups_group_nouserdata_' . $ group->group_id, $this->group, 'bp' );127 wp_cache_set( 'groups_group_nouserdata_' . $this->group->id, $this->group, 'bp' ); 128 128 } 129 129 130 130 if ( 0 == $this->current_group ) // loop has just started