6.0.0-beta1
7/5/25

[#11142] Wrong Variable-Name
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

History
04/11/2012 01:15:21 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (develop):

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
04/11/2012 01:00:27 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 3.0.17
 
04/11/2012 01:00:12 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

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
04/11/2012 11:21:52 AM michael (dot) groene (at) zel (dot) uni-hannover (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Wrong Variable-Name
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Seems, as if there is a wrong variable used 
/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

Saved Queries