diff options
Diffstat (limited to 't/bmo/comments.t')
-rw-r--r-- | t/bmo/comments.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bmo/comments.t b/t/bmo/comments.t index f4064a7fc..4b0bb8177 100644 --- a/t/bmo/comments.t +++ b/t/bmo/comments.t @@ -61,7 +61,7 @@ my $bug_2 = Bugzilla::Bug->create( my $bug_2_id = $bug_2->id; -Bugzilla::Template::renderComment( +Bugzilla::Template::quoteUrls( $bug_2->comments->[0]->body, undef, undef, undef, sub { my $bug_id = $_[0]; |