Summary | Wrong Variable-Name |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | michael.groene (at) zel (dot) uni-hannover (dot) de |
Created | 04/11/2012 (4833 days ago) |
Due | |
Updated | 04/11/2012 (4833 days ago) |
Assigned | |
Resolved | 04/11/2012 (4833 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 3.0.17 |
Patch | No |
commit 7b551a3fcd82b16d0616b5f9cfe0b1dbb5cb0b77
Author: Jan Schneider <jan@horde.org>
Date: Wed Apr 11 14:49:08 2012 +0200
Fix variable name (
Bug #11142).kronolith/lib/Kronolith.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7b551a3fcd82b16d0616b5f9cfe0b1dbb5cb0b77
State ⇒ Resolved
Milestone ⇒ 3.0.17
commit 7b551a3fcd82b16d0616b5f9cfe0b1dbb5cb0b77
Author: Jan Schneider <jan@horde.org>
Date: Wed Apr 11 14:49:08 2012 +0200
Fix variable name (
Bug #11142).kronolith/lib/Kronolith.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7b551a3fcd82b16d0616b5f9cfe0b1dbb5cb0b77
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Wrong Variable-Name
Type ⇒ Bug
State ⇒ Unconfirmed
/kronolith/lib/Kronolith.php line 1809:
// Delete the calendar.
try {
self::getDriver()->delete($calendar->getName());
} catch (Exception $e) {
throw new Kronolith_Exception(sprintf(_("Unable to delete
\"%s\": %s"), $calendar->get('name'), $ed->getMessage()));
}
$ed->getMessage() -> should be $e->getMessage() I think.... don't
know, why I ran in this exception at all