Fixed typo

This commit is contained in:
Michael 2017-12-24 23:07:14 +00:00
parent e848e376b8
commit ba4329da61

View file

@ -754,7 +754,7 @@ function api_get_user(App $a, $contact_id = null)
} elseif (!empty($uinfo[0]["location"])) { } elseif (!empty($uinfo[0]["location"])) {
$location = $uinfo[0]["location"]; $location = $uinfo[0]["location"];
} else { } else {
$location = network_name; $location = $network_name;
} }
$ret = array( $ret = array(