From: Friendika Date: Sat, 16 Apr 2011 22:48:08 +0000 (-0700) Subject: we need a profile url. Something. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12571c42f12610e88e0159e1463de931269e033f;p=friendica.git we need a profile url. Something. --- diff --git a/include/Scrape.php b/include/Scrape.php index 97e2fb7f19..320e18edbf 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -338,6 +338,7 @@ function probe_url($url) { $addr = $orig_url; $network = NETWORK_MAIL; $name = substr($url,0,strpos($url,'@')); + $profile = 'http://' . substr($url,strpos($url,'@')+1); // fix nick $vcard = array('fn' => $name, 'nick' => $name, 'photo' => gravatar_img($url)); $notify = 'smtp';