diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index b3a31c2fa9f..758c2b4dcf2 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -631,7 +631,7 @@ function aggregator_refresh($feed) { $image = '' . check_plain($image['TITLE']) . ''; } else { - $image = NULL; + $image = ''; } $etag = empty($result->headers['ETag']) ? '' : $result->headers['ETag'];