diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-21 00:23:38 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-21 00:23:38 +0100 |
commit | b27fc42e1f0fbd1edebb1eb1818de4b4e0c4ee4b (patch) | |
tree | 6e66949a72e8471a01817ff05851b65aec6ef8f0 /apps/files/index.php | |
parent | 318db64b2d9f724c3209bd6ca97f560840e2cc20 (diff) | |
download | nextcloud-server-b27fc42e1f0fbd1edebb1eb1818de4b4e0c4ee4b.tar.gz nextcloud-server-b27fc42e1f0fbd1edebb1eb1818de4b4e0c4ee4b.zip |
public upload now also works with encryption enabled
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 9ae378d7a1d..8f6838aa0d9 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -108,7 +108,6 @@ if ($needUpgrade) { // if the encryption app is disabled, than everything is fine (INIT_SUCCESSFUL status code) $encryptionInitStatus = 2; if (OC_App::isEnabled('files_encryption')) { - $publicUploadEnabled = 'no'; $session = new \OCA\Encryption\Session(new \OC\Files\View('/')); $encryptionInitStatus = $session->getInitialized(); } |