Don't store unknown networks

This commit is contained in:
Michael Vogel 2016-04-19 20:39:12 +02:00
parent 31868af45d
commit 53d8c21d3c
1 changed files with 3 additions and 0 deletions

View File

@ -1387,6 +1387,9 @@ function get_gcontact_id($contact) {
$gcontact_id = 0; $gcontact_id = 0;
if ($contact["network"] == NETWORK_PHANTOM)
return false;
if ($contact["network"] == NETWORK_STATUSNET) if ($contact["network"] == NETWORK_STATUSNET)
$contact["network"] = NETWORK_OSTATUS; $contact["network"] = NETWORK_OSTATUS;