mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Implement getKey() for the localusers backend provider
This commit is contained in:
parent
4aaa2d6dfb
commit
415821e2c3
@ -114,6 +114,7 @@ class LocalUsersAddressbookProvider implements \OCP\IAddressBook {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getKey() {
|
public function getKey() {
|
||||||
|
return "localusers:" . \OCP\User::getUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user