Editing an event causes hour to be corrupted
perrito - November 2, 2009 - 03:09
| Project: | Event Repeat |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I running in a server with PHP 5.2.6-2ubuntu4.3 and apache (happened in others too but I have no details on them):
When editing an event time either for future or all events the hour of current event gets corrupted and after edition I end up at a future event (of the same sequence) view.
I checked the code and found that node was being corrupted because it was being copied by reference (I understand this is the default for php5) so I changed the copies for clones of the objects so it actually creates new objects.
| Attachment | Size |
|---|---|
| eventrepeat_node_clone.patch | 162 bytes |
