Skip to content
Snippets Groups Projects
Commit d7232557 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20422 from owncloud/fix-20421-master

Ensure the user folder exists
parents 9d990491 a394c188
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ class ServerFactory {
// wait with registering these until auth is handled and the filesystem is setup
$server->on('beforeMethod', function () use ($server, $objectTree, $viewCallBack) {
// ensure the skeleton is copied
\OC::$server->getUserFolder();
/** @var \OC\Files\View $view */
$view = $viewCallBack();
$rootInfo = $view->getFileInfo('');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment