]> source.dussan.org Git - nextcloud-server.git/commitdiff
user fs must be setup up, so that the real user folder is mounted on the username...
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 22 Jan 2015 18:16:28 +0000 (19:16 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 22 Jan 2015 18:16:28 +0000 (19:16 +0100)
apps/files_encryption/lib/migration.php

index 38bedbb582401c7600d82bff9683fc538ae33c79..cf5552f84ac2241ba6714d75454a64ca0184e8fc 100644 (file)
@@ -74,6 +74,7 @@ class Migration {
 
        public function reorganizeFolderStructureForUser($user) {
                // backup all keys
+               \OC_Util::setupFS($user);
                if ($this->backupUserKeys($user)) {
                        // create new 'key' folder
                        $this->view->mkdir($user . '/files_encryption/keys');