From: Friendika Date: Wed, 28 Sep 2011 11:35:44 +0000 (-0700) Subject: fixes for statusnet/identi.ca empty vcard page - which appears to be deprecated.... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1786cbf61a3ea6ff15ebcc578e7ad9800814391;p=friendica.git fixes for statusnet/identi.ca empty vcard page - which appears to be deprecated. Scrape the feed for everything we used to get from the vcard. --- diff --git a/include/Scrape.php b/include/Scrape.php index 2af02fff5e..642b8e624c 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -533,7 +533,7 @@ function probe_url($url, $mode = PROBE_NORMAL) { if($twitter || ! $poll) $check_feed = true; - if((! isset($vcard)) || (! $profile)) + if((! isset($vcard)) || (! x($vcard,'fn')) || (! $profile)) $check_feed = true; if(($at_addr) && (! count($links))) $check_feed = false;