Skip to content
Snippets Groups Projects
Commit f070c5d0 authored by Angie Byron's avatar Angie Byron
Browse files

#318687 by hswong3i: Fix pgsql update error in aggregator module.

parent 8fba6d2b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -631,7 +631,7 @@ function aggregator_refresh($feed) { ...@@ -631,7 +631,7 @@ function aggregator_refresh($feed) {
$image = '<a href="' . check_url($image['LINK']) . '" class="feed-image"><img src="' . check_url($image['URL']) . '" alt="' . check_plain($image['TITLE']) . '" /></a>'; $image = '<a href="' . check_url($image['LINK']) . '" class="feed-image"><img src="' . check_url($image['URL']) . '" alt="' . check_plain($image['TITLE']) . '" /></a>';
} }
else { else {
$image = NULL; $image = '';
} }
$etag = empty($result->headers['ETag']) ? '' : $result->headers['ETag']; $etag = empty($result->headers['ETag']) ? '' : $result->headers['ETag'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment