From: Michael Date: Sun, 24 Dec 2017 23:07:14 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba4329da61492e6369005dc54c86da4e7618179c;p=friendica.git Fixed typo --- diff --git a/include/api.php b/include/api.php index eb3ef796d2..790c94c519 100644 --- a/include/api.php +++ b/include/api.php @@ -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(