Fix: ParseUrl now fetches images again

pull/10095/head
Michael 2021-03-28 06:20:11 +00:00
rodzic ed639045fb
commit 4a19348900
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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'])) {