Opened 14 years ago
Closed 14 years ago
#17448 closed defect (bug) (fixed)
Make sure $tz is not empty in get_gmt_from_date()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Date/Time | Keywords: | has-patch |
Focuses: | Cc: |
Description
It's possible that $tz might still be empty by default, which causes errors when posting new content.
See r17920 for where this was introduced.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Perhaps we need to revert back and just remove the class_exists() check.