mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add missing return
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
69378e1534
commit
bdc86e9486
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ class SetupManager {
|
|||
|
||||
if (in_array('', $providers)) {
|
||||
$this->setupForUser($user);
|
||||
return;
|
||||
}
|
||||
$setupProviders = $this->setupUserMountProviders[$user->getUID()] ?? [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue