Changes between Initial Version and Version 1 of Ticket #21194, comment 9
- Timestamp:
- 07/10/2012 08:13:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21194, comment 9
initial v1 1 It doesn't make sense to do a check for EMPTY_TRASH_DAYS in media .phpsince media won't have trash unless MEDIA_TRASH is set to true.1 It doesn't make sense to do a check for EMPTY_TRASH_DAYS in media upload iframe since media won't have trash unless MEDIA_TRASH is set to true. 2 2 3 If you have EMPTY_TRASH_DAYS set to 0 and MEDIA_TRASH set to true you can't add media to the trash only delete it. The modified patch removes the check for EMPTY_TRASH_DAYS .3 If you have EMPTY_TRASH_DAYS set to 0 and MEDIA_TRASH set to true you can't add media to the trash only delete it. The modified patch removes the check for EMPTY_TRASH_DAYS in the upload iframe.