diff --git a/workflow/engine/controllers/appProxy.php b/workflow/engine/controllers/appProxy.php index 1d063b43c..43b7aa5f8 100644 --- a/workflow/engine/controllers/appProxy.php +++ b/workflow/engine/controllers/appProxy.php @@ -89,6 +89,7 @@ class AppProxy extends HttpProxyController $noteRecipientsList[] = $key; } $noteRecipients = implode(",", $noteRecipientsList); + $noteContent = stripslashes($noteContent); $appNotes->sendNoteNotification($appUid, $usrUid, $noteContent, $noteRecipients); }