[Pkg-owncloud-commits] [owncloud] 41/199: Clarify comment

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c03e7fcfa9419a31cc6d92d40c55532dab9578f3
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sat May 24 10:24:42 2014 +0200

    Clarify comment
---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index 9441749..6206ebe 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) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list