From 2ef5c21f61faba21a33ea60058f0aa0d5ebd2620 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Nov 2010 09:49:00 +0300 Subject: show icons in feedlist --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 94cb9ced9..82f06e718 100644 --- a/functions.php +++ b/functions.php @@ -7215,6 +7215,7 @@ $obj['type'] = 'feed'; $obj['error'] = $error; $obj['updated'] = $updated; + $obj['icon'] = getFeedIcon($feed_id); return $obj; } -- cgit v1.2.3-54-g00ecf