Ticket #5867: 5867.01.patch
| File 5867.01.patch, 615 bytes (added by , 11 years ago) |
|---|
-
src/bp-groups/bp-groups-actions.php
235 235 unset( $bp->groups->current_create_step ); 236 236 unset( $bp->groups->completed_create_steps ); 237 237 238 setcookie( 'bp_new_group_id', false, time() - 3600, COOKIEPATH ); 239 setcookie( 'bp_completed_create_steps', false, time() - 3600, COOKIEPATH ); 240 238 241 // Once we compelete all steps, record the group creation in the activity stream. 239 242 groups_record_activity( array( 240 243 'type' => 'created_group',