summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-21 08:51:58 +0400
committerAndrew Dolgov <[email protected]>2011-09-21 08:52:02 +0400
commit6d634e0055c01246e63bbd472bd47a7c3a59eb42 (patch)
treef8ba85bb16f740815f6589bd72d8d30fe0bc0da9 /functions.php
parentc83a5aec38eca361fa459984f17fb4417d4f5a9a (diff)
remove_feed: unlink feed icon (refs #369)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files 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);