remove_feed: unlink feed icon (refs #369)

This commit is contained in:
Andrew Dolgov 2011-09-21 08:51:58 +04:00
parent c83a5aec38
commit 6d634e0055
1 changed files with 2 additions and 2 deletions

View File

@ -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);