ryancramerdesign / ProcessWire

Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://processwire.com
Other
727 stars 201 forks source link

PagefilesManager should tolerate wrong datetime of files #2055

Closed gerritvanaaken closed 7 years ago

gerritvanaaken commented 7 years ago
$page->filesManager->getFile('some_image.jpg')

If the databse entry for "some_image.jpg" has a created-datetime like "1970-01-01 01:00:10", it does not pass the validation and won’t get selected, even if the image itself would be perfectly okay to handle.

This is related to #2054

LostKobrakai commented 7 years ago

@gerritvanaaken Could you please open your issues in our new repository: https://github.com/processwire/processwire-issues

Issues here are only kept for historical reasons.

gerritvanaaken commented 7 years ago

thanks, have done that.