From: Stephen Paul Weber Date: Sun, 25 Oct 2015 16:50:59 +0000 (+0000) Subject: That never was meant to be in that if X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b95b3180520aad4e5c97b7142ab8db47aa8dd1eb;p=quix0rs-gnu-social.git That never was meant to be in that if --- diff --git a/plugins/Linkback/lib/util.php b/plugins/Linkback/lib/util.php index 2f2c52bae1..8f8388a3d2 100644 --- a/plugins/Linkback/lib/util.php +++ b/plugins/Linkback/lib/util.php @@ -179,10 +179,10 @@ function linkback_hcard($mf2, $url) { // We found a match, return it immediately if(isset($item['properties']['url']) && in_array($url, $item['properties']['url'])) { return $item['properties']; - - // Let's keep all the hcards for later, to return one of them at least - $hcards[] = $item['properties']; } + + // Let's keep all the hcards for later, to return one of them at least + $hcards[] = $item['properties']; } // No match immediately for the url we expected, but there were h-cards found