-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
When you upload an image via the CK editor upload function, it creates an entry in the database for this uploaded image, but with a wrong datetime
Expected behavior
"created" datetime of newly uploaded files must be current time.
Actual behavior
"created" datetime is wrong, like "1970-01-01 01:00:10"
Optional: Screenshots/Links that demonstrate the issue
Steps to reproduce the issue
- Upload a new image via CK Editor popup, to any image field
- look into the database and check the datetime of this newly uploaded image
Setup/Environment
- ProcessWire version: 3.0.35
- (Optional) PHP version: 5.6.25
- (Optional) MySQL version: 5.6.28
- (Optional) Any 3rd party modules that are installed and could be related to the issue: CK Editor