summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-24 10:24:42 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-24 10:24:42 +0200
commitc03e7fcfa9419a31cc6d92d40c55532dab9578f3 (patch)
treecc8585dafe703658dcf14d5e1d2a5a03f074471d /lib/base.php
parent7f7999c7d870c1024246cd49917554513cbab76b (diff)
downloadnextcloud-server-c03e7fcfa9419a31cc6d92d40c55532dab9578f3.tar.gz
nextcloud-server-c03e7fcfa9419a31cc6d92d40c55532dab9578f3.zip
Clarify comment
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 9441749f1dd..6206ebebe93 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) {