diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-03-27 18:10:32 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:28 +0200 |
commit | 24c6604388c0c3a32517e1aa18ebd851e1f7a6a1 (patch) | |
tree | 9e68ac5af49b2e16887345248f24b494020d4fb2 /apps/encryption/lib/users/setup.php | |
parent | bd99042a66acef066bebac1694dd2c431166fe2b (diff) | |
download | nextcloud-server-24c6604388c0c3a32517e1aa18ebd851e1f7a6a1.tar.gz nextcloud-server-24c6604388c0c3a32517e1aa18ebd851e1f7a6a1.zip |
add public link share key to file if it was shared as public link
Diffstat (limited to 'apps/encryption/lib/users/setup.php')
-rw-r--r-- | apps/encryption/lib/users/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/users/setup.php b/apps/encryption/lib/users/setup.php index 662a4b4b6af..bf415c81888 100644 --- a/apps/encryption/lib/users/setup.php +++ b/apps/encryption/lib/users/setup.php @@ -36,7 +36,7 @@ class Setup extends \OCA\Encryption\Setup { parent::__construct($logger, $userSession); $this->crypt = $crypt; $this->keyManager = $keyManager; - } + } /** * @param $uid userid |