Posted by webernet on September 5, 2007 at 5:08pm
3 followers
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | file system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
System update 6022 marks all existing files as status=0 (temporary), thus on the next cron run they're automatically deleted.
Comments
#1
simple fix. we just need to set the status to 1 for existing files.
#2
even simpler query
#3
Looks good, fixes the issue.
#4
Looks fine. Committed!
#5