Skip to content
Snippets Groups Projects
Commit c03e7fcf authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Clarify comment

parent 7f7999c7
Branches
No related tags found
No related merge requests found
......@@ -886,7 +886,7 @@ class OC {
if(OC_User::userExists($_COOKIE['oc_username'])) {
self::cleanupLoginTokens($_COOKIE['oc_username']);
// confirm credentials in cookie
// verify whether the supplied "remember me" token was valid
$granted = OC_User::loginWithCookie(
$_COOKIE['oc_username'], $_COOKIE['oc_token']);
if($granted === true) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment