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

image upload via CK Edit popup –> wrong datetime in database #2054

Closed gerritvanaaken closed 7 years ago

gerritvanaaken commented 7 years ago

When you upload an image via the CK editor upload function, it creates an entry in the database for this uploaded image, but the "created" datetime is wrong:

1970-01-01 01:00:10

This leads to a related problem with the PagefilesManager, which is not able to detect and select this as a correct image.