diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/access.php | 1 |
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"); } } |