typo in Twitter probe update

This commit is contained in:
Friendika 2011-09-20 17:59:18 -07:00
parent 38444aedd7
commit 8294dde936
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
$profile = 'http://twitter.com/#!/' . $tid;
$vcard['photo'] = 'https://api.twitter.com/1/users/profile_image/' . $tid;
$vcard['nick'] = $tid;
$vcar['fn'] = $tid . '@twitter';
$vcard['fn'] = $tid . '@twitter';
}
if(! x($vcard,'fn'))