Return true in the dummy backend for successful display name change

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-11 11:43:33 +02:00
parent 9a5ca231bf
commit c1e6a5965e
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class Dummy extends Backend implements \OCP\IUserBackend {
public function setDisplayName($uid, $displayName) {
$this->displayNames[$uid] = $displayName;
return true;
}
public function getDisplayName($uid) {