user fs must be setup up, so that the real user folder is mounted on the username based path

This commit is contained in:
Arthur Schiwon 2015-01-22 19:16:28 +01:00
parent fc1865449d
commit 9c7cd702c3
1 changed files with 1 additions and 0 deletions

View 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');