From 6d634e0055c01246e63bbd472bd47a7c3a59eb42 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Sep 2011 08:51:58 +0400 Subject: remove_feed: unlink feed icon (refs #369) --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index d8ee0a952..8c8f6fe92 100644 --- a/functions.php +++ b/functions.php @@ -6588,9 +6588,9 @@ db_query($link, "COMMIT"); -/* if (file_exists(ICONS_DIR . "/$id.ico")) { + if (file_exists(ICONS_DIR . "/$id.ico")) { unlink(ICONS_DIR . "/$id.ico"); - } */ + } ccache_remove($link, $id, $owner_uid); -- cgit v1.2.3