From df8a75da05d28dd2e7635785c36e290a876fe248 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 22 Sep 2011 10:56:53 +0200 Subject: [PATCH] Allow pseudo-html like in event contents --- plugins/calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index f83dba19..20ca8828 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -562,7 +562,7 @@ class calendar extends rcube_plugin function event_action() { $action = get_input_value('action', RCUBE_INPUT_GPC); - $event = get_input_value('e', RCUBE_INPUT_POST); + $event = get_input_value('e', RCUBE_INPUT_POST, true); $success = $reload = $got_msg = false; // don't notify if modifying a recurring instance (really?)