From: Michael Date: Sun, 28 Mar 2021 06:20:11 +0000 (+0000) Subject: Fix: ParseUrl now fetches images again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a19348900697cbee7110677d4c1b352e3174e95;p=friendica.git Fix: ParseUrl now fetches images again --- diff --git a/src/Util/ParseUrl.php b/src/Util/ParseUrl.php index 7c762cea42..ce626b8ed7 100644 --- a/src/Util/ParseUrl.php +++ b/src/Util/ParseUrl.php @@ -512,7 +512,6 @@ class ParseUrl { if (!empty($siteinfo['images'])) { array_walk($siteinfo['images'], function (&$image) use ($page_url) { - $image = []; // According to the specifications someone could place a picture url into the content field as well. // But this doesn't seem to happen in the wild, so we don't cover it here. if (!empty($image['url'])) {