From ba4329da61492e6369005dc54c86da4e7618179c Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sun, 24 Dec 2017 23:07:14 +0000
Subject: [PATCH] Fixed typo

---
 include/api.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(
-- 
2.39.5