From 961317d9114afda53a381802880d6c94af7ccb47 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 20 May 2014 17:54:14 +0200 Subject: make sure to enable incognito mode when mounting a public link and update init status of the encryption app --- apps/files_encryption/lib/session.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/files_encryption/lib/session.php') diff --git a/apps/files_encryption/lib/session.php b/apps/files_encryption/lib/session.php index 93be6691f96..ef18b924dd8 100644 --- a/apps/files_encryption/lib/session.php +++ b/apps/files_encryption/lib/session.php @@ -100,6 +100,8 @@ class Session { $privateKey = Crypt::decryptPrivateKey($encryptedKey, ''); $this->setPublicSharePrivateKey($privateKey); + $this->setInitialized(\OCA\Encryption\Session::INIT_SUCCESSFUL); + \OC_FileProxy::$enabled = $proxyStatus; } } -- cgit v1.2.3