Changeset 1477
- Timestamp:
- 05/11/2009 09:05:29 PM (16 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-groups.php
r1460 r1477 948 948 if ( !$group_obj ) { 949 949 if ( !$group_obj = wp_cache_get( 'groups_group_nouserdata_' . $item_id, 'bp' ) ) { 950 $group_obj = new BP_Groups_Group( $ group_obj->id, false, false );950 $group_obj = new BP_Groups_Group( $item_id, false, false ); 951 951 wp_cache_set( 'groups_group_nouserdata_' . $item_id, $group_obj, 'bp' ); 952 952 } -
trunk/bp-groups.php
r1460 r1477 948 948 if ( !$group_obj ) { 949 949 if ( !$group_obj = wp_cache_get( 'groups_group_nouserdata_' . $item_id, 'bp' ) ) { 950 $group_obj = new BP_Groups_Group( $ group_obj->id, false, false );950 $group_obj = new BP_Groups_Group( $item_id, false, false ); 951 951 wp_cache_set( 'groups_group_nouserdata_' . $item_id, $group_obj, 'bp' ); 952 952 }
Note: See TracChangeset
for help on using the changeset viewer.