Ticket #2117: 2117.001.diff
| File 2117.001.diff, 601 bytes (added by , 15 years ago) |
|---|
-
bp-groups/bp-groups-templatetags.php
115 115 $this->group = new BP_Groups_Group( $this->group->group_id, true ); 116 116 else { 117 117 if ( $this->group ) 118 wp_cache_set( 'groups_group_nouserdata_' . $ group->group_id, $this->group, 'bp' );118 wp_cache_set( 'groups_group_nouserdata_' . $this->group->group_id, $this->group, 'bp' ); 119 119 } 120 120 121 121 if ( 0 == $this->current_group ) // loop has just started