From: Andrew Dolgov Date: Wed, 21 Sep 2011 04:51:58 +0000 (+0400) Subject: remove_feed: unlink feed icon (refs #369) X-Git-Tag: 1.5.6~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6d634e0055c01246e63bbd472bd47a7c3a59eb42;p=tt-rss.git remove_feed: unlink feed icon (refs #369) --- diff --git a/functions.php b/functions.php index d8ee0a95..8c8f6fe9 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);