Don't add contacts when not needed
This commit is contained in:
@@ -44,7 +44,7 @@ class GServer
|
||||
public static function reachable(string $profile, string $server = '', string $network = '', bool $force = false)
|
||||
{
|
||||
if ($server == '') {
|
||||
$server = Contact::getBasepath($profile);
|
||||
$server = GContact::getBasepath($profile);
|
||||
}
|
||||
|
||||
if ($server == '') {
|
||||
|
||||
Reference in New Issue
Block a user