]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Edited view/sv/registrations-top.tpl via GitHub
[friendica.git] / mod / follow.php
index f3bd84669f6dfbc3e2417c8e4862fcd8028415ce..689ae823291410d09840a8f1b8c8c9d2cc4953c5 100644 (file)
@@ -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'];
                }