1
0
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:
Tobia De Koninck 2014-05-06 13:50:18 +02:00
parent 4aaa2d6dfb
commit 415821e2c3

View File

@ -114,6 +114,7 @@ class LocalUsersAddressbookProvider implements \OCP\IAddressBook {
}
public function getKey() {
return "localusers:" . \OCP\User::getUser();
}
/**