Summary | View crashes if no start/end date |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | duck (at) obala (dot) net |
Created | 08/19/2008 (6167 days ago) |
Due | |
Updated | 08/19/2008 (6167 days ago) |
Assigned | |
Resolved | 08/19/2008 (6167 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Queue ⇒ Horde Framework Packages
State ⇒ Resolved
Priority ⇒ 1. Low
New Attachment: Kronolith.diff
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ View crashes if no start/end date
Type ⇒ Bug
State ⇒ Unconfirmed
Fatal error occurs in Kronolith.php:803
when event has no start or end time (ex. badly created remote
calendar). One of my event has null start so compareDateTime() cannot
be called and Kronolith crashes. The patch check if event start and
end property is an Horde_Date object to avoid such crashes. Maybe
would be better to skip events without start/end directly in
importing/reading source.a