Skip to content
Snippets Groups Projects
Commit ebc3d1b2 authored by Björn Schießle's avatar Björn Schießle
Browse files

remove dubug value

parent 79c309da
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment