Skip to content
Snippets Groups Projects
Commit a6c4046f authored by Michael Göhler's avatar Michael Göhler
Browse files

fixed typo and redundant method call

parent d8fe6fbb
No related branches found
No related tags found
No related merge requests found
......@@ -555,9 +555,8 @@ class OC{
// if you reach this point you have changed your password
// or you are an attacker
// we can not delete tokens here because users may reach
// this point multible times after a password change
// this point multiple times after a password change
OC_Log::write('core', 'Authentication cookie rejected for user '.$_COOKIE['oc_username'], OC_Log::WARN);
OC_User::unsetMagicInCookie();
}
OC_User::unsetMagicInCookie();
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment