summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index b9392d818..d9d9c37fd 100644
--- a/functions.php
+++ b/functions.php
@@ -419,7 +419,7 @@
return false;
}
- function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file) {
+ function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file, $link) {
if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "<img src=\"$icon_file\">";