diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2012-08-13 11:31:15 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2012-08-13 11:31:15 +0200 |
commit | 34f93ac765690c956fb7f7be1ab087c6b65c6f3b (patch) | |
tree | bbddabb43189a2ff6921f6759e7aabdee3c33430 /lib | |
parent | 3ec6dc56c93c1c71b58aceef4b211ed75c807f6c (diff) | |
download | nextcloud-server-34f93ac765690c956fb7f7be1ab087c6b65c6f3b.tar.gz nextcloud-server-34f93ac765690c956fb7f7be1ab087c6b65c6f3b.zip |
check if user has write access to a given file before updating the filekey
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ocs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocs.php b/lib/ocs.php index 0fc208516ee..5d4e19c0c4a 100644 --- a/lib/ocs.php +++ b/lib/ocs.php @@ -767,7 +767,7 @@ class OC_OCS { }
/**
- * set the encryption keyn of a file
+ * set the encryption key of a file
* @param string $format * @param string $file
* @param string $key
|