mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Contacts: Also return uri from db backend
This commit is contained in:
parent
f0e6472d73
commit
499c69f15e
@ -98,7 +98,7 @@ class Database extends AbstractBackend {
|
||||
}
|
||||
// Hmm, not found. Lets query the db.
|
||||
try {
|
||||
$query = 'SELECT `id`, `displayname`, `description`, `userid` AS `owner`, `ctag` AS `lastmodified` FROM `'
|
||||
$query = 'SELECT `id`, `displayname`, `description`, `userid` AS `owner`, `ctag` AS `lastmodified`, `uri` FROM `'
|
||||
. $this->addressBooksTableName
|
||||
. '` WHERE `id` = ?';
|
||||
if(!isset(self::$preparedQueries['getaddressbook'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user