Skip to content

Commit

Permalink
Issue #3186: Removed small change.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Oct 14, 2024
1 parent 116dc0a commit 1974050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/DynamicField/ObjectType/Ticket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ sub ObjectDataGet {
Param => 'TicketID',
);

return unless $TicketID;
return if !$TicketID;

my %TicketData = $Kernel::OM->Get('Kernel::System::Ticket')->TicketGet(
TicketID => $TicketID,
Expand Down

0 comments on commit 1974050

Please sign in to comment.