mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Fixed typo
This commit is contained in:
parent
e848e376b8
commit
ba4329da61
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ function api_get_user(App $a, $contact_id = null)
|
|||
} elseif (!empty($uinfo[0]["location"])) {
|
||||
$location = $uinfo[0]["location"];
|
||||
} else {
|
||||
$location = network_name;
|
||||
$location = $network_name;
|
||||
}
|
||||
|
||||
$ret = array(
|
||||
|
|
Loading…
Reference in a new issue