Merge pull request #10095 from annando/parseurl-photos
Fix: ParseUrl now fetches images again
This commit is contained in:
commit
5b13de8e7f
1 changed files with 0 additions and 1 deletions
|
@ -512,7 +512,6 @@ class ParseUrl
|
||||||
{
|
{
|
||||||
if (!empty($siteinfo['images'])) {
|
if (!empty($siteinfo['images'])) {
|
||||||
array_walk($siteinfo['images'], function (&$image) use ($page_url) {
|
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.
|
// 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.
|
// But this doesn't seem to happen in the wild, so we don't cover it here.
|
||||||
if (!empty($image['url'])) {
|
if (!empty($image['url'])) {
|
||||||
|
|
Loading…
Reference in a new issue