diff options
author | jknockaert <jasper@knockaert.nl> | 2014-10-20 23:25:54 +0200 |
---|---|---|
committer | jknockaert <jasper@knockaert.nl> | 2014-10-20 23:25:54 +0200 |
commit | da44150a1584d4684eced96f7757016c0e27944b (patch) | |
tree | 306ec3b77509469417332292c3a69670224d5cd1 | |
parent | d277ef6ac265a108a19ca725c4eea68b29e0e472 (diff) | |
download | nextcloud-server-da44150a1584d4684eced96f7757016c0e27944b.tar.gz nextcloud-server-da44150a1584d4684eced96f7757016c0e27944b.zip |
small fix
-rw-r--r-- | apps/files_encryption/lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php index fcfcbb83f7f..c98e21cdcb7 100644 --- a/apps/files_encryption/lib/util.php +++ b/apps/files_encryption/lib/util.php @@ -439,6 +439,7 @@ class Util { $relPath = \OCA\Encryption\Helper::stripUserFilesPath($path); $shareKey = Keymanager::getShareKey($this->view, $this->keyId, $this, $relPath); if($shareKey===false) { + \OC_FileProxy::$enabled = $proxyStatus; return $result; } $session = new \OCA\Encryption\Session($this->view); |