summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 09:49:00 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 09:49:00 +0300
commit2ef5c21f61faba21a33ea60058f0aa0d5ebd2620 (patch)
tree1dea408f0ab10b959837e95a24870f85d83d50b5 /functions.php
parent4a28ab4444fa7f39842618613ccc11c85dd0f515 (diff)
show icons in feedlist
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
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;
}