Code transitioning from PortableContacts.php to GServer.php

This commit is contained in:
Michael 2019-10-03 23:33:41 +00:00
parent 2009080327
commit d9a74bd5dd
6 changed files with 135 additions and 954 deletions

View file

@ -1481,7 +1481,7 @@ class Contact extends BaseObject
$data = Probe::uri($url, "", $uid);
// Ensure that there is a gserver entry
if (!empty($data['baseurl']) && ($data['network'] != Protocol::PHANTOM)) {
PortableContact::checkServer($data['baseurl']);
GServer::check($data['baseurl']);
}
}