Skip to content

Commit

Permalink
Merge branch '4.4/prevent-warning-attachment-image-rewrite' into 4.4.…
Browse files Browse the repository at this point in the history
…6-releng
  • Loading branch information
sunnavy committed Jul 13, 2022
2 parents cd685af + abdc57c commit 7696687
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 7696687

Please sign in to comment.