From 6c3773f313472a2748e6a4df7f6694401acb80d8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 18 Apr 2010 13:55:12 -0400 Subject: [PATCH] fix a find/replace error --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.11.0