Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a394c188
Commit
a394c188
authored
Nov 10, 2015
by
Thomas Müller
Browse files
Ensure the user folder exists
parent
960c8cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/dav/lib/connector/sabre/serverfactory.php
View file @
a394c188
...
...
@@ -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
(
''
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment