summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-24 16:47:18 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-24 16:47:18 +0200
commit11244736ae6d44629d312d1e2730f60f06ccebcf (patch)
tree2aa4a087d708690b95b8849f65a55ee8631653f2 /lib/public
parent1f8ee61006a7b3dcc740cb16e5d826fa7c1646c6 (diff)
parent632e39a750ebc9e7063fe1b73fab059ef511f692 (diff)
downloadnextcloud-server-11244736ae6d44629d312d1e2730f60f06ccebcf.tar.gz
nextcloud-server-11244736ae6d44629d312d1e2730f60f06ccebcf.zip
Merge pull request #17838 from owncloud/sharing-password-policy-master
Use a hook to integrate sharing password verification
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index 86e6deb9194..0f5c68c576d 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