diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-05 12:44:02 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-05 12:44:02 +0100 |
commit | fbd8c00a896fdfd2b19710646d9f6662e2bcd682 (patch) | |
tree | 65a84dd2a62ff9f272f01455c046a366ea16ad2c /apps | |
parent | a8ae2f10b9a02ac50f7366de9aa7ff07c88f38ec (diff) | |
download | nextcloud-server-fbd8c00a896fdfd2b19710646d9f6662e2bcd682.tar.gz nextcloud-server-fbd8c00a896fdfd2b19710646d9f6662e2bcd682.zip |
don't create files folder, let ownCloud core handle it
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, |