[Pkg-owncloud-commits] [owncloud] 17/58: Added error message on initMountpoints exception

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:58:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.0.6
in repository owncloud.

commit e0bf1e4f6e1ab1cfb8e91eccfebd854d1e38d410
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 9c125f5..7d45d94 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -344,7 +344,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