From 2aa8036057d14d939ed1533ad89809d7bc941274 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Jan 2004 15:47:44 +0000 Subject: - Fixed bug in image parsing: caused 'Array' to be printed on the screen. --- modules/aggregator/aggregator.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 4c66501a3..4d7bbe4c8 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -317,6 +317,9 @@ function aggregator_refresh($feed) { if ($image['LINK'] && $image['URL'] && $image['TITLE']) { $image = "\""."; } + else { + $image = NULL; + } /* ** Update the feed data: -- cgit v1.2.3