[Pkg-owncloud-commits] [owncloud] 05/36: return name instead of false, as it is on oc8 and master, so groups are displayed in files_external
David Prévot
taffit at moszumanska.debian.org
Tue Jun 23 23:12:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit fda8d66697e7b4c36980d3a3f2d11a7cc5d93ee7
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri Jun 5 22:06:50 2015 +0200
return name instead of false, as it is on oc8 and master, so groups are displayed in files_external
---
core/user/controller.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/user/controller.php b/core/user/controller.php
index cbcbd93..ea926f6 100644
--- a/core/user/controller.php
+++ b/core/user/controller.php
@@ -22,7 +22,7 @@ class Controller {
if (is_object($userObject)) {
$result[$user] = $userObject->getDisplayName();
} else {
- $result[$user] = false;
+ $result[$user] = $user;
}
}
--
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