Changeset 9196
- Timestamp:
- 11/27/2014 10:07:55 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-actions.php
r9190 r9196 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(
Note: See TracChangeset
for help on using the changeset viewer.