Skip to content

Commit

Permalink
Fix #2800 error when registering.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 20, 2008
1 parent 5705d69 commit c4dbf72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verify.php
Expand Up @@ -42,6 +42,9 @@
auth_logout();
}

# (Re)initialize session
session_init();

$t_calculated_confirm_hash = auth_generate_confirm_hash( $f_user_id );

if ( $f_confirm_hash != $t_calculated_confirm_hash ) {
Expand Down

0 comments on commit c4dbf72

Please sign in to comment.