From: Abinoam P. Marques Jr. Date: Tue, 28 Jun 2011 03:51:33 +0000 (-0700) Subject: Fixed: Twitter profiles link. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=390fd8e74a9ed1fd25ac2093c18273769675a7da;p=friendica.git Fixed: Twitter profiles link. --- diff --git a/include/Scrape.php b/include/Scrape.php index 505d2bf99e..553bd529b2 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -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'))