From fbd8c00a896fdfd2b19710646d9f6662e2bcd682 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 5 Mar 2014 12:44:02 +0100 Subject: [PATCH] don't create files folder, let ownCloud core handle it --- apps/files_encryption/lib/util.php | 1 - 1 file changed, 1 deletion(-) 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,