Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
ecloud
nextcloud-apps
Ecloud Accounts
Commits
ecab62a6
Commit
ecab62a6
authored
Dec 23, 2021
by
Akhil
😶
Browse files
no error message when folder not created
parent
762ed8bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Controller/UserController.php
View file @
ecab62a6
...
...
@@ -58,7 +58,7 @@ class UserController extends ApiController
$createdFolder
=
$this
->
userService
->
createUserFolder
(
$uid
);
if
(
!
$createdFolder
)
{
return
$this
->
getErrorResponse
(
$response
,
'error_creating_user_folder'
,
500
);
$response
->
setStatus
(
500
);
}
return
$response
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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