diff options
author | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-06-27 20:51:33 -0700 |
---|---|---|
committer | Abinoam P. Marques Jr. <abinoam@gmail.com> | 2011-06-27 20:51:33 -0700 |
commit | 390fd8e74a9ed1fd25ac2093c18273769675a7da (patch) | |
tree | b3da33c4b848a271b0cea1ea257593975dd1106c /include/Scrape.php | |
parent | 932397b47be25b042907ab888e3abcb51cbb84b2 (diff) | |
download | volse-hubzilla-390fd8e74a9ed1fd25ac2093c18273769675a7da.tar.gz volse-hubzilla-390fd8e74a9ed1fd25ac2093c18273769675a7da.tar.bz2 volse-hubzilla-390fd8e74a9ed1fd25ac2093c18273769675a7da.zip |
Fixed: Twitter profiles link.
Diffstat (limited to 'include/Scrape.php')
-rw-r--r-- | include/Scrape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scrape.php b/include/Scrape.php index 505d2bf99..553bd529b 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')) |