Skip to:
Content

BuddyPress.org

Ticket #5867: 5867.01.patch

File 5867.01.patch, 615 bytes (added by r-a-y, 11 years ago)
  • src/bp-groups/bp-groups-actions.php

     
    235235                        unset( $bp->groups->current_create_step );
    236236                        unset( $bp->groups->completed_create_steps );
    237237
     238                        setcookie( 'bp_new_group_id', false, time() - 3600, COOKIEPATH );
     239                        setcookie( 'bp_completed_create_steps', false, time() - 3600, COOKIEPATH );
     240
    238241                        // Once we compelete all steps, record the group creation in the activity stream.
    239242                        groups_record_activity( array(
    240243                                'type' => 'created_group',