aboutsummaryrefslogtreecommitdiffstats
path: root/include/Scrape.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scrape.php')
-rw-r--r--include/Scrape.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scrape.php b/include/Scrape.php
index 3599d7df3..e0075d44d 100644
--- a/include/Scrape.php
+++ b/include/Scrape.php
@@ -388,8 +388,8 @@ function probe_url($url) {
if($j) {
$network = NETWORK_ZOT;
$vcard = array(
- 'fn' => $j->name,
- 'nick' => $j->username,
+ 'fn' => $j->fullname,
+ 'nick' => $j->nickname,
'photo' => $j->photo
);
$profile = $j->url;