Fixed: Twitter profiles link.
This commit is contained in:
parent
932397b47b
commit
390fd8e74a
|
@ -423,7 +423,7 @@ function probe_url($url) {
|
|||
$poll = $tapi . '?user_id=' . $tid;
|
||||
else
|
||||
$poll = $tapi . '?screen_name=' . $tid;
|
||||
$profile = 'http://twitter.com/!#/' . $tid;
|
||||
$profile = 'http://twitter.com/#!/' . $tid;
|
||||
}
|
||||
|
||||
if(! x($vcard,'fn'))
|
||||
|
|
Loading…
Reference in a new issue