Fix: ParseUrl now fetches images again
authorMichael <heluecht@pirati.ca>
Sun, 28 Mar 2021 06:20:11 +0000 (06:20 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 28 Mar 2021 06:20:11 +0000 (06:20 +0000)
src/Util/ParseUrl.php

index 7c762ce..ce626b8 100644 (file)
@@ -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'])) {