Skip to content

Commit

Permalink
Show ticket's id in linked tickets; fix #5428
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jul 22, 2015
1 parent aa8cbd2 commit 13d7ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/ticket_ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static function displayLinkedTicketsTo ($ID) {
$CFG_GLPI["root_doc"]."/pics/delete.png");
}
$text = sprintf(__('%1$s %2$s'), self::getLinkName($data['link']),
$ticket->getLink());
$ticket->getLink(array('forceid'=>true)));
printf(__('%1$s %2$s'), $text, $icons);

}
Expand Down

0 comments on commit 13d7ea7

Please sign in to comment.