From c02c815603094d29044be4ac9347b6ff0a6bf8cd 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 d7f50f508d1..de6bfef91d0 100644 --- a/apps/files_encryption/lib/util.php +++ b/apps/files_encryption/lib/util.php @@ -133,7 +133,6 @@ class Util { // Set directories to check / create $setUpDirs = array( $this->userDir, - $this->userFilesDir, $this->publicKeyDir, $this->encryptionDir, $this->keyfilesPath,