Skip to:
Content

BuddyPress.org

Ticket #2735: 2735.001.diff

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

     
    124124                        $this->group = new BP_Groups_Group( $this->group->group_id, true );
    125125                else {
    126126                        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' );
    128128                }
    129129
    130130                if ( 0 == $this->current_group ) // loop has just started