From: Arthur Schiwon Date: Thu, 22 Jan 2015 18:16:28 +0000 (+0100) Subject: user fs must be setup up, so that the real user folder is mounted on the username... X-Git-Tag: v8.0.0RC1~13^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c7cd702c3b3476648a58b8c7653d842da616e7a;p=nextcloud-server.git user fs must be setup up, so that the real user folder is mounted on the username based path --- diff --git a/apps/files_encryption/lib/migration.php b/apps/files_encryption/lib/migration.php index 38bedbb5824..cf5552f84ac 100644 --- a/apps/files_encryption/lib/migration.php +++ b/apps/files_encryption/lib/migration.php @@ -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');