]> git.mxchange.org Git - friendica.git/commitdiff
Fixed typo
authorMichael <heluecht@pirati.ca>
Sun, 24 Dec 2017 23:07:14 +0000 (23:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 24 Dec 2017 23:07:14 +0000 (23:07 +0000)
include/api.php

index eb3ef796d2c1bccd61149e89ecc9eab9c2d5e51b..790c94c519bf2eddc1c4c68eac110d0cdd4e6140 100644 (file)
@@ -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(