mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:51:28 +00:00
remove_feed: unlink feed icon (refs #369)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user