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 67575cbb2..3198c4970 100644
--- a/functions.php
+++ b/functions.php
@@ -81,7 +81,7 @@
$feed_url = preg_replace("/\/.*$/", "", $feed_url);
$icon_url = "http://$feed_url/favicon.ico";
- $icon_file = get_pref($link, 'ICONS_DIR') . "/$feed.ico";
+ $icon_file = ICONS_DIR . "/$feed.ico";
if (!file_exists($icon_file)) {