From c03e7fcfa9419a31cc6d92d40c55532dab9578f3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 24 May 2014 10:24:42 +0200 Subject: [PATCH] Clarify comment --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index 9441749f1d..6206ebebe9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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) {