From: Michael J. Rubinsky Date: Sun, 18 Apr 2010 17:55:12 +0000 (-0400) Subject: fix a find/replace error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6c3773f313472a2748e6a4df7f6694401acb80d8;p=horde.git fix a find/replace error --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 32b4b307e..92b7e375d 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1102,7 +1102,7 @@ abstract class Kronolith_Event */ public function toASAppointment() { - $charset = $charset; + $charset = Horde_Nls::getCharset(); $message = new Horde_ActiveSync_Message_Appointment(array('logger' => $GLOBALS['injector']->getInstance('Horde_Log_Logger'))); $message->setSubject(Horde_String::convertCharset($this->getTitle(), $charset, 'utf-8'));