punbb bug fix

master
Rubenwardy 2013-01-03 17:47:42 +00:00
parent 2fbc7f3855
commit 815f9fe054
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ if ($forum_user['username']!="Guest"){
addUser($forum_user['username'],"x","x",$forum_user['email'],$handle);
}
login($forum_user['username']);
}else{
$_SESSION['user']=="";
$_SESSION['auth']=="";
}