Skip to content

Commit

Permalink
Merge branch '4.4.6-releng' into 5.0.3-releng
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jul 13, 2022
2 parents 41f95a8 + 7696687 commit 45c29dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/html/Ticket/Attachment/dhandler
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ elsif (lc $content_type eq 'text/html') {
Content => \$content,
Attachment => $AttachmentObj,
);
$count //= 0; # RewriteInlineImages can return undef when nothing needs to be rewritten
RT->Logger->debug("Rewrote $count CID images when displaying original HTML attachment #$attach");
}

Expand Down

0 comments on commit 45c29dc

Please sign in to comment.