mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Added error message on initMountpoints exception
This commit is contained in:
parent
2654696086
commit
fdd01cf15c
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class Filesystem {
|
|||
|
||||
if (is_null($userObject)) {
|
||||
\OCP\Util::writeLog('files', ' Backends provided no user object for ' . $user, \OCP\Util::ERROR);
|
||||
throw new \OC\User\NoUserException();
|
||||
throw new \OC\User\NoUserException('Backends provided no user object for ' . $user);
|
||||
}
|
||||
|
||||
$homeStorage = \OC_Config::getValue('objectstore');
|
||||
|
|
|
|||
Loading…
Reference in a new issue