mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
fix typo
This commit is contained in:
parent
594088a258
commit
feacd10f1a
@ -68,7 +68,7 @@ class LocalUsersAddressbookProvider implements \OCP\IAddressBook {
|
|||||||
*/
|
*/
|
||||||
public function search($pattern, $searchProperties, $options) {
|
public function search($pattern, $searchProperties, $options) {
|
||||||
// First make sure the database is updated
|
// First make sure the database is updated
|
||||||
$this->addressBook->getBackend()->updateDatabase(\OCP\User::getUSer());
|
$this->addressBook->getBackend()->updateDatabase(\OCP\User::getUser());
|
||||||
|
|
||||||
$ids = array();
|
$ids = array();
|
||||||
$results = array();
|
$results = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user