Skip to content

Commit

Permalink
Delete Thread Merge Conflict
Browse files Browse the repository at this point in the history
Looks like there was an issue when merging the code that put an extra thread delete in there.
  • Loading branch information
aydreeihn committed Sep 25, 2019
1 parent aa0bfee commit d4b6ab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/class.ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,6 @@ function delete($comments='') {
} else
$t->delete();

$t->delete();
$this->logEvent('deleted');

foreach (DynamicFormEntry::forTicket($this->getId()) as $form)
Expand Down

0 comments on commit d4b6ab6

Please sign in to comment.