summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 08:04:41 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 08:04:41 +0100
commit273a2f6b43aae0c8a8ed0cfce767ddeedd26106d (patch)
tree48b967d0c7290ce254c88833cdda1d5c928b8808 /functions.php
parent8c7bbd2d4e35c4186d94661b3205d4523f84b558 (diff)
schema updates, ICONS_DIR/ICONS_URL moved to config.php
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)) {