summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-05 13:30:11 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-05 13:30:11 +0100
commit36d7c0b6a7ed79ec1c578476a797648715b3b000 (patch)
treeb1a03297a5fcd7c62395fb718d4f8a887006ef17 /apps
parentd583d61b6996b54c26326e5fa952bb4c2f4aa499 (diff)
parentfbd8c00a896fdfd2b19710646d9f6662e2bcd682 (diff)
downloadnextcloud-server-36d7c0b6a7ed79ec1c578476a797648715b3b000.tar.gz
nextcloud-server-36d7c0b6a7ed79ec1c578476a797648715b3b000.zip
Merge pull request #7556 from owncloud/enc_dont_create_files_folder
[enc] don't create users files folder
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/lib/util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index 6bf69cd8ee1..3db5a423478 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -135,7 +135,6 @@ class Util {
// Set directories to check / create
$setUpDirs = array(
$this->userDir,
- $this->userFilesDir,
$this->publicKeyDir,
$this->encryptionDir,
$this->keyfilesPath,