Skip to content
Snippets Groups Projects
Commit bdd749ba authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #15185 from owncloud/fix-14775-master

tearDown the file system before reinitializing 
parents 285f9e32 1f6d8f2f
Branches
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ class Migration { ...@@ -84,6 +84,7 @@ class Migration {
public function reorganizeFolderStructureForUser($user) { public function reorganizeFolderStructureForUser($user) {
// backup all keys // backup all keys
\OC_Util::tearDownFS();
\OC_Util::setupFS($user); \OC_Util::setupFS($user);
if ($this->backupUserKeys($user)) { if ($this->backupUserKeys($user)) {
// create new 'key' folder // create new 'key' folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment