Merge pull request #128 from abinoam/patch-1

Fixed: Twitter profiles link.
This commit is contained in:
Friendika
2011-06-27 21:04:33 -07:00

View File

@@ -423,7 +423,7 @@ function probe_url($url) {
$poll = $tapi . '?user_id=' . $tid; $poll = $tapi . '?user_id=' . $tid;
else else
$poll = $tapi . '?screen_name=' . $tid; $poll = $tapi . '?screen_name=' . $tid;
$profile = 'http://twitter.com/!#/' . $tid; $profile = 'http://twitter.com/#!/' . $tid;
} }
if(! x($vcard,'fn')) if(! x($vcard,'fn'))