mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
typo in Twitter probe update
This commit is contained in:
parent
38444aedd7
commit
8294dde936
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue