Skip to content

Commit

Permalink
Fixed use of hash key 'URL' in Kernel/System/Calendar/Plugin/Ticket/L…
Browse files Browse the repository at this point in the history
…ink.pm.
  • Loading branch information
jepf committed Aug 14, 2023
1 parent 3a37544 commit b9fb59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Calendar/Plugin/Ticket/Link.pm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sub RenderOutput {
LinkID => $LinkID,
LinkName => ( ref $LinkData ? $LinkData->{Subject} : $LinkData ),
LinkURL => sprintf(
$Param{PluginList}->{ $Param{GetParam}->{PluginKey} }->{URL},
$Param{Plugin}->{URL},
$LinkID
),
};
Expand Down

0 comments on commit b9fb59a

Please sign in to comment.