From 4a19348900697cbee7110677d4c1b352e3174e95 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 28 Mar 2021 06:20:11 +0000 Subject: [PATCH] Fix: ParseUrl now fetches images again --- src/Util/ParseUrl.php | 1 - 1 file changed, 1 deletion(-) 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'])) {