BUG 8831 Backslash ( \ ) appears before single quotes in Case NotesSOLVED
- Characters are not validated. - Was added stripslashes () to validate notes and send email.
This commit is contained in:
@@ -89,6 +89,7 @@ class AppProxy extends HttpProxyController
|
|||||||
$noteRecipientsList[] = $key;
|
$noteRecipientsList[] = $key;
|
||||||
}
|
}
|
||||||
$noteRecipients = implode(",", $noteRecipientsList);
|
$noteRecipients = implode(",", $noteRecipientsList);
|
||||||
|
$noteContent = stripslashes($noteContent);
|
||||||
|
|
||||||
$appNotes->sendNoteNotification($appUid, $usrUid, $noteContent, $noteRecipients);
|
$appNotes->sendNoteNotification($appUid, $usrUid, $noteContent, $noteRecipients);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user