Skip to content
Snippets Groups Projects
Commit e56878cd authored by JediKev's avatar JediKev
Browse files

oops: markAs() Typo

This addresses a typo in the `markAs()` function in `ajax.tickets.php`. DOH!
Should’ve ran the lint tests
parent c0baa320
Branches
Tags
No related merge requests found
......@@ -1285,7 +1285,7 @@ function refer($tid, $target=null) {
case 'unanswered':
if(!$ticket->isAnswered())
$errors['err'] = __('Ticket is already marked as unanswered');
elseif (!$ticket->markUnanswered())
elseif (!$ticket->markUnAnswered())
$errors['err'] - __('Cannot mark ticket as unanswered');
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment