Changeset 1537
- Timestamp:
- 06/10/2009 08:03:23 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-signup.php
r1530 r1537 2 2 3 3 function xprofile_clear_signup_cookie() { 4 if ( $_POST['stage'] != 'validate-blog-signup' && $_POST['stage'] != 'validate-user-signup' )4 if ( !isset( $_REQUEST['action'] ) && $_POST['stage'] != 'validate-blog-signup' && $_POST['stage'] != 'validate-user-signup' ) 5 5 setcookie( 'bp_xprofile_meta', false, time()-1000, COOKIEPATH ); 6 6 }
Note: See TracChangeset
for help on using the changeset viewer.