Skip to:
Content

BuddyPress.org

Changeset 3422


Ignore:
Timestamp:
11/14/2010 06:14:57 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2735 (branch) props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups/bp-groups-templatetags.php

    r3262 r3422  
    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->group_id, $this->group, 'bp' );
    128128        }
    129129
Note: See TracChangeset for help on using the changeset viewer.