link tips on nav bar

This commit is contained in:
Friendika 2011-07-14 03:05:54 -07:00
commit 7534b8873b
4 changed files with 39 additions and 39 deletions

View file

@ -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;