remove_feed: unlink feed icon (refs #369)
This commit is contained in:
parent
c83a5aec38
commit
6d634e0055
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue