aboutsummaryrefslogtreecommitdiffstats
path: root/include/Scrape.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-14 03:05:54 -0700
committerFriendika <info@friendika.com>2011-07-14 03:05:54 -0700
commit7534b8873b7d0e857dbfe4c8085957f8a826ec03 (patch)
tree97c6b3937ed0694f0fa3a2eb767eadd67e44e0a8 /include/Scrape.php
parent74a608e1c77ab1d378ed6f09c8d70df3ea61cbca (diff)
downloadvolse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.tar.gz
volse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.tar.bz2
volse-hubzilla-7534b8873b7d0e857dbfe4c8085957f8a826ec03.zip
link tips on nav bar
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;