mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +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.
|
// Hmm, not found. Lets query the db.
|
||||||
try {
|
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
|
. $this->addressBooksTableName
|
||||||
. '` WHERE `id` = ?';
|
. '` WHERE `id` = ?';
|
||||||
if(!isset(self::$preparedQueries['getaddressbook'])) {
|
if(!isset(self::$preparedQueries['getaddressbook'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user