From 273a2f6b43aae0c8a8ed0cfce767ddeedd26106d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 08:04:41 +0100 Subject: schema updates, ICONS_DIR/ICONS_URL moved to config.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') 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)) { -- cgit v1.2.3-54-g00ecf