We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
files
1 parent f018222 commit 9492c94Copy full SHA for 9492c94
apps/files/lib/Service/OwnershipTransferService.php
@@ -85,7 +85,9 @@ public function transfer(
85
// Requesting the user folder will set it up if the user hasn't logged in before
86
// We need a setupFS for the full filesystem setup before as otherwise we will just return
87
// a lazy root folder which does not create the destination users folder
88
+ \OC_Util::setupFS($sourceUser->getUID());
89
\OC_Util::setupFS($destinationUser->getUID());
90
+ \OC::$server->getUserFolder($sourceUser->getUID());
91
\OC::$server->getUserFolder($destinationUser->getUID());
92
Filesystem::initMountPoints($sourceUid);
93
Filesystem::initMountPoints($destinationUid);
0 commit comments