Skip to content
Snippets Groups Projects
Commit 3e47a230 authored by Thomas Oster's avatar Thomas Oster Committed by Peter Rotich
Browse files

Fix Typo. Fixes #2757

parent 844bd7cc
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ if ($_POST && is_object($ticket) && $ticket->getId()) {
if(!$ticket->checkUserAccess($thisclient)) //double check perm again!
$errors['err']=__('Access Denied. Possibly invalid ticket ID');
$_POST['message'] = ThredEntryBody::clean($_POST['message']);
$_POST['message'] = ThreadEntryBody::clean($_POST['message']);
if (!$_POST['message'])
$errors['message'] = __('Message required');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment