]> source.dussan.org Git - nextcloud-server.git/commitdiff
don't create files folder, let ownCloud core handle it
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 5 Mar 2014 11:44:02 +0000 (12:44 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 5 Mar 2014 11:44:02 +0000 (12:44 +0100)
apps/files_encryption/lib/util.php

index 6bf69cd8ee194b5dfa0d1bbf93488f2084fe8899..3db5a423478052c84af1f386c8db99e5ed1176a4 100644 (file)
@@ -135,7 +135,6 @@ class Util {
                // Set directories to check / create
                $setUpDirs = array(
                        $this->userDir,
-                       $this->userFilesDir,
                        $this->publicKeyDir,
                        $this->encryptionDir,
                        $this->keyfilesPath,