Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolimo committed Jul 13, 2021
1 parent eb41d15 commit 4b2d2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static function plugin_pre_item_add_mailanalyzer($parm) {
]
);
if ($row = $res->next()) {
// TicketFollowup creation only if ticket status is not solved or closed
// TicketFollowup creation only if ticket status is not closed
$locTicket = new Ticket();
$locTicket->getFromDB((integer)$row['ticket_id']);
if ($locTicket->fields['status'] != CommonITILObject::CLOSED) {
Expand Down
2 changes: 1 addition & 1 deletion mailanalyzer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</authors>
<versions>
<version>
<num>2.0.1</num>
<num>2.0.2</num>
<compatibility>9.5</compatibility>
</version>
<version>
Expand Down

0 comments on commit 4b2d2c6

Please sign in to comment.