remeber cookie bug fixed

This commit is contained in:
Marvin Thomas Rabe 2011-10-04 19:41:00 +02:00
parent 340f6bbaba
commit 4bcb6f5346
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ else {
OC_User::setUserId($_COOKIE['oc_username']);
OC_Util::redirectToDefaultPage();
}
else {
OC_User::unsetMagicInCookie();
}
}
// Someone wants to log in :