Merge pull request #128 from abinoam/patch-1
Fixed: Twitter profiles link.
This commit is contained in:
commit
02a4d8c39f
|
@ -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'))
|
||||||
|
|
Loading…
Reference in a new issue