summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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;
}