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
commit 02a4d8c39f
1 changed files with 1 additions and 1 deletions

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