Skip to:
Content

BuddyPress.org

Ticket #2117: 2117.001.diff

File 2117.001.diff, 601 bytes (added by cnorris23, 15 years ago)
  • bp-groups/bp-groups-templatetags.php

     
    115115                        $this->group = new BP_Groups_Group( $this->group->group_id, true );
    116116                else {
    117117                        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' );
    119119                }
    120120
    121121                if ( 0 == $this->current_group ) // loop has just started