X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=689ae823291410d09840a8f1b8c8c9d2cc4953c5;hb=8c245a5d2f4e6882211ac17561f86537a7089c73;hp=f3bd84669f6dfbc3e2417c8e4862fcd8028415ce;hpb=d2c47924eb186a0839fe107b271ccbf27d15fe10;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index f3bd84669f..689ae82329 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -84,7 +84,7 @@ function follow_post(&$a) { // Google doesn't use absolute url in profile photos if((x($vcard,'photo')) && substr($vcard['photo'],0,1) == '/') { - $h = parse_url($hcard); + $h = @parse_url($hcard); if($h) $vcard['photo'] = $h['scheme'] . '://' . $h['host'] . $vcard['photo']; }