summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjknockaert <jasper@knockaert.nl>2014-10-20 23:25:54 +0200
committerjknockaert <jasper@knockaert.nl>2014-10-20 23:25:54 +0200
commitda44150a1584d4684eced96f7757016c0e27944b (patch)
tree306ec3b77509469417332292c3a69670224d5cd1
parentd277ef6ac265a108a19ca725c4eea68b29e0e472 (diff)
downloadnextcloud-server-da44150a1584d4684eced96f7757016c0e27944b.tar.gz
nextcloud-server-da44150a1584d4684eced96f7757016c0e27944b.zip
small fix
-rw-r--r--apps/files_encryption/lib/util.php1
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);