summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-19 07:16:38 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-19 07:16:38 +0000
commit2438dba3961265e92cbc804ca07e893ba50e03d1 (patch)
tree83f3ccc8550e6e71513e758db9791b35b45b9765
parent12e9c136f2731ad2f24d79344971fc2e34bb9772 (diff)
Delete the var/thumbs .htaccess files, too.
-rw-r--r--core/helpers/access.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/access.php b/core/helpers/access.php
index 82d7b9b6..85ff8290 100644
--- a/core/helpers/access.php
+++ b/core/helpers/access.php
@@ -490,5 +490,6 @@ class access_Core {
private static function _delete_htaccess_files($album) {
@unlink($album->file_path() . "/.htaccess");
@unlink(dirname($album->resize_path()) . "/.htaccess");
+ @unlink(dirname($album->thumb_path()) . "/.htaccess");
}
}