mirror of
https://github.com/friendica/friendica
synced 2025-05-11 23:04:12 +02:00
Readded the network parameter
This commit is contained in:
parent
d9a74bd5dd
commit
a7e518acbd
4 changed files with 13 additions and 11 deletions
|
@ -231,7 +231,7 @@ class GContact
|
|||
}
|
||||
|
||||
// The server URL doesn't seem to be valid, so we don't store it.
|
||||
if (!GServer::check($gcontact['server_url'])) {
|
||||
if (!GServer::check($gcontact['server_url'], $gcontact['network'])) {
|
||||
$gcontact['server_url'] = "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue