Allow pseudo-html like <email> in event contents
This commit is contained in:
parent
624d046c85
commit
df8a75da05
1 changed files with 1 additions and 1 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Reference in a new issue