typo in Twitter probe update
This commit is contained in:
parent
38444aedd7
commit
8294dde936
|
@ -536,7 +536,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
|
||||||
$profile = 'http://twitter.com/#!/' . $tid;
|
$profile = 'http://twitter.com/#!/' . $tid;
|
||||||
$vcard['photo'] = 'https://api.twitter.com/1/users/profile_image/' . $tid;
|
$vcard['photo'] = 'https://api.twitter.com/1/users/profile_image/' . $tid;
|
||||||
$vcard['nick'] = $tid;
|
$vcard['nick'] = $tid;
|
||||||
$vcar['fn'] = $tid . '@twitter';
|
$vcard['fn'] = $tid . '@twitter';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! x($vcard,'fn'))
|
if(! x($vcard,'fn'))
|
||||||
|
|
Loading…
Reference in a new issue