chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

Date-processing bug in CalendarRepository #106

Closed CyberiaResurrection closed 8 years ago

CyberiaResurrection commented 8 years ago

The bug I tripped over here was that, when updating a given calendar entry, the code assumed that DateTime::createFromFormat always succeeded - it didn't handle when it failed and returned FALSE.