Summary | modify of an event via CalDAV fails |
Queue | Kronolith |
Queue Version | 4.1.0beta2 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de |
Created | 05/15/2013 (4441 days ago) |
Due | |
Updated | 05/15/2013 (4441 days ago) |
Assigned | |
Resolved | 05/15/2013 (4441 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug 12244State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ modify of an event via CalDAV fails
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
PHP Fatal error: Call to a member function before() on a non-object
in /var/www/horde5/kronolith/lib/Application.php on line 822
I've added a log message there, it logs:
$l = $content->getAttribute('LAST-MODIFIED')
Horde::logMessage('last-modified: '.$l, 'NOTICE')
last-modified: 1368624175
$modified contains: 2013-05-15 15:21:44
===========
kronolith/lib/Application.php on line 822 is the same in git, but
maybe other places had been changed.