Skip to content
Snippets Groups Projects
Commit 4bcb6f53 authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

remeber cookie bug fixed

parent 340f6bba
Branches
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ else {
OC_User::setUserId($_COOKIE['oc_username']);
OC_Util::redirectToDefaultPage();
}
else {
OC_User::unsetMagicInCookie();
}
}
// Someone wants to log in :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment