[Pkg-owncloud-commits] [owncloud] 79/205: Added error message on initMountpoints exception
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 17:36:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit fdd01cf15c8ef59bc4da41ed3a1dc9e60ce5124e
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Jun 23 09:54:03 2015 +0200
Added error message on initMountpoints exception
---
lib/private/files/filesystem.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php
index 212deb2..14757c8 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -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');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list