]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Change called method names
[friendica.git] / src / Network / Probe.php
index b758956123826cbca02dbd7b1c07af196017044f..c6bf46f7927517116e68f946eb1baa3977d8222e 100644 (file)
@@ -793,7 +793,7 @@ class Probe {
                        }
                }
 
-               $location = formatted_location($json);
+               $location = Profile::formatLocation($json);
                if ($location) {
                        $data["location"] = $location;
                }