Skip to content

Commit

Permalink
Issue #3037: Added missing next statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 26, 2024
1 parent b870ef5 commit f3fceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Output/HTML/TicketOverview/Preview.pm
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ sub Run {

KEY:
for my $Key ( keys %{$PreviewArticleSenderTypes} ) {
next KEY unless $PreviewArticleSenderTypes->{$Key};

my $ID = $ArticleObject->ArticleSenderTypeLookup( SenderType => $Key );
if ($ID) {
Expand Down

0 comments on commit f3fceeb

Please sign in to comment.