Skip to:
Content

BuddyPress.org

Changeset 9196


Ignore:
Timestamp:
11/27/2014 10:07:55 PM (11 years ago)
Author:
djpaul
Message:

Groups: clear cookies used by group creation wizard after group is successfully created.

Fixes #5867, props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-actions.php

    r9190 r9196  
    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(
Note: See TracChangeset for help on using the changeset viewer.