Update src/Model/GServer.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
feb74b4d9a
commit
8f22b4f33d
|
@ -183,7 +183,7 @@ class GServer
|
|||
} elseif ($contact['network'] == Protocol::DIASPORA) {
|
||||
$parts = parse_url($profile);
|
||||
unset($parts['path']);
|
||||
$server = (string)Uri::fromParts($parts);
|
||||
$server = (string)Uri::fromParts($parts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue