Closed (won't fix)
Project:
Event Repeat
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2009 at 03:09 UTC
Updated:
17 Apr 2013 at 15:02 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| eventrepeat_node_clone.patch | 162 bytes | perrito |
Comments
Comment #1
oadaeh commentedThis issue is being closed due to age and/or version. If this issue is still valid, please reopen it against the 6.x-1.x branch and update it. There will be no more follow ups against the 5.x branches.