[Pkg-owncloud-commits] [owncloud] 96/131: Fix PHPDoc on setPassword

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:58:38 UTC 2015


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

taffit pushed a commit to annotated tag v8.1.1
in repository owncloud.

commit cef2680c0de6794c21a507a9bb0f16f36c957c42
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Thu Jul 23 16:09:40 2015 +0200

    Fix PHPDoc on setPassword
---
 lib/private/share/share.php | 2 +-
 lib/public/share.php        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/private/share/share.php b/lib/private/share/share.php
index 98fbceb..ffe468e 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -1219,7 +1219,7 @@ class Share extends Constants {
 	}
 
 	/**
-	 * Set expiration date for a share
+	 * Set password for a public link share
 	 *
 	 * @param IUserSession $userSession
 	 * @param Connection $connection
diff --git a/lib/public/share.php b/lib/public/share.php
index 86e6deb..0f5c68c 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -344,7 +344,7 @@ class Share extends \OC\Share\Constants {
 	}
 
 	/**
-	 * Set expiration date for a share
+	 * Set password for a public link share
 	 * @param int $shareId
 	 * @param string $password
 	 * @return boolean

-- 
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