diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-05 13:30:11 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-05 13:30:11 +0100 |
commit | 36d7c0b6a7ed79ec1c578476a797648715b3b000 (patch) | |
tree | b1a03297a5fcd7c62395fb718d4f8a887006ef17 /apps | |
parent | d583d61b6996b54c26326e5fa952bb4c2f4aa499 (diff) | |
parent | fbd8c00a896fdfd2b19710646d9f6662e2bcd682 (diff) | |
download | nextcloud-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.php | 1 |
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, |