Summary | PHP Fatal error on exception handler of deleteShare |
Queue | Kronolith |
Queue Version | 3.0.16 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | horde.wayne (at) ptaff (dot) ca |
Created | 04/27/2012 (4818 days ago) |
Due | |
Updated | 04/27/2012 (4818 days ago) |
Assigned | |
Resolved | 04/27/2012 (4818 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Duplicate
Bug #11142Priority ⇒ 2. Medium
New Attachment: kronolith-exception-typo.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ PHP Fatal error on exception handler of deleteShare
Type ⇒ Bug
State ⇒ Unconfirmed
HORDE: PHP Fatal error: Call to a member function getMessage() on a
non-object in /.../horde4/kronolith/lib/Kronolith.php on line 1809
It appears a single typo is provoking the error in the exception handler;
$ed->getMessage()
should prolly be:
$e->getMessage()
Patch attached.