Skip to content

Commit

Permalink
Fix some PHP issues.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5717 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
amyreese committed Oct 23, 2008
1 parent 4aef885 commit 0fe7672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verify.php
Expand Up @@ -42,8 +42,8 @@
auth_logout();

# (Re)initialize session
session_regenerate_id()
session_init( session_id() );
session_regenerate_id();
session_init();
$g_session_pass_id = ON;
}

Expand Down

0 comments on commit 0fe7672

Please sign in to comment.