summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-04-24 10:16:06 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2015-04-24 10:19:09 +0200
commit24128d1384f2548f0cdc35c26d684dbeb61d091b (patch)
tree3ae27c27d8c681ce45b6b2ac1fe8315125e631c6 /lib/public/encryption
parent2646bccb83d06f575722e3fb8c5bd87ed42775c9 (diff)
downloadnextcloud-server-24128d1384f2548f0cdc35c26d684dbeb61d091b.tar.gz
nextcloud-server-24128d1384f2548f0cdc35c26d684dbeb61d091b.zip
only update share keys if the file was encrypted
Diffstat (limited to 'lib/public/encryption')
-rw-r--r--lib/public/encryption/keys/istorage.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php
index 696d5373310..ffbffdc1a27 100644
--- a/lib/public/encryption/keys/istorage.php
+++ b/lib/public/encryption/keys/istorage.php
@@ -153,6 +153,7 @@ interface IStorage {
*
* @param string $source
* @param string $target
+ * @return boolean
* @since 8.1.0
*/
public function renameKeys($source, $target);
@@ -162,6 +163,7 @@ interface IStorage {
*
* @param string $source
* @param string $target
+ * @retrun boolean
* @since 8.1.0
*/
public function copyKeys($source, $target);