mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
remove dubug value
This commit is contained in:
parent
79c309da83
commit
ebc3d1b2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ abstract class OC_User_Backend implements OC_User_Interface {
|
|||
$displayNames = array();
|
||||
$users = $this->getUsers($search, $limit, $offset);
|
||||
foreach ( $users as $user) {
|
||||
$displayNames[$user] = "foo";
|
||||
$displayNames[$user] = $user;
|
||||
}
|
||||
return $displayNames;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue