[Tickets #11142] Wrong Variable-Name

bugs at horde.org bugs at horde.org
Wed Apr 11 11:21:53 UTC 2012


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/11142
------------------------------------------------------------------------------
  Ticket           | 11142
  Erstellt Von     | michael.groene at zel.uni-hannover.de
  Zusammenfassung  | Wrong Variable-Name
  Warteschlange    | Kronolith
  Version          | Git master
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


michael.groene at zel.uni-hannover.de (2012-04-11 11:21) hat geschrieben:

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





More information about the bugs mailing list