From da44150a1584d4684eced96f7757016c0e27944b Mon Sep 17 00:00:00 2001 From: jknockaert Date: Mon, 20 Oct 2014 23:25:54 +0200 Subject: [PATCH] small fix --- apps/files_encryption/lib/util.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5