Fixed: Twitter profiles link.

This commit is contained in:
Abinoam P. Marques Jr. 2011-06-27 20:51:33 -07:00
parent 932397b47b
commit 390fd8e74a

View file

@ -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'))