aboutsummaryrefslogtreecommitdiffstats
path: root/include/Scrape.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scrape.php')
-rw-r--r--include/Scrape.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scrape.php b/include/Scrape.php
index 97e2fb7f1..320e18edb 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';