Merge pull request #5703 from annando/fix-missing-server
Fix: Missing gserver entries - show correct server platform
This commit is contained in:
commit
b028de3aa3
|
@ -1076,6 +1076,11 @@ class Contact extends BaseObject
|
||||||
|
|
||||||
if (empty($data)) {
|
if (empty($data)) {
|
||||||
$data = Probe::uri($url, "", $uid);
|
$data = Probe::uri($url, "", $uid);
|
||||||
|
|
||||||
|
// Ensure that there is a gserver entry
|
||||||
|
if (!empty($data['baseurl']) && ($data['network'] != Protocol::PHANTOM)) {
|
||||||
|
PortableContact::checkServer($data['baseurl']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Last try in gcontact for unsupported networks
|
// Last try in gcontact for unsupported networks
|
||||||
|
|
Loading…
Reference in New Issue
Block a user