Optimized Profile::searchProfiles & Bugfix Contact::getProbeDataFromDatabase

This commit is contained in:
Philipp Holzer 2019-05-05 18:40:36 +02:00
parent f6af90fa32
commit 039f9490dd
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
2 changed files with 71 additions and 31 deletions

View file

@ -1168,7 +1168,7 @@ class Contact extends BaseObject
// The link could be provided as http although we stored it as https
$ssl_url = str_replace('http://', 'https://', $url);
$fields = ['url', 'addr', 'alias', 'notify', 'poll', 'name', 'nick',
$fields = ['id', 'uid', 'url', 'addr', 'alias', 'notify', 'poll', 'name', 'nick',
'photo', 'keywords', 'location', 'about', 'network',
'priority', 'batch', 'request', 'confirm', 'poco'];