diff --git a/src/Filter.php b/src/Filter.php index 6d16dfd..c8ed719 100644 --- a/src/Filter.php +++ b/src/Filter.php @@ -100,9 +100,9 @@ public static function PreItemAdd(Ticket $item) : void // Is found ticket closed? if so do nothing. if($reference->fields['status'] != CommonITILObject::CLOSED) { - + // @todo: This link needs some work to generate FQDN if(self::createFollowup($item, $reference) == true) { - Session::addMessageAfterRedirect(__("New ticket was matched to open ticket: $key and was added as a followup"), true, INFO); + Session::addMessageAfterRedirect(__("New ticket was matched to open ticket: $key and was added as a followup"), true, INFO); } } }