Allow pseudo-html like <email> in event contents

This commit is contained in:
Thomas 2011-09-22 10:56:53 +02:00
parent 624d046c85
commit df8a75da05

View file

@ -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?)