diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-24 10:16:06 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-24 10:19:09 +0200 |
commit | 24128d1384f2548f0cdc35c26d684dbeb61d091b (patch) | |
tree | 3ae27c27d8c681ce45b6b2ac1fe8315125e631c6 /lib/public/encryption | |
parent | 2646bccb83d06f575722e3fb8c5bd87ed42775c9 (diff) | |
download | nextcloud-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.php | 2 |
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); |