From b95b3180520aad4e5c97b7142ab8db47aa8dd1eb Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 25 Oct 2015 16:50:59 +0000 Subject: [PATCH] That never was meant to be in that if --- plugins/Linkback/lib/util.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5