From cb2c33d3bd9542a7ee3855a8551813dc8e85ce05 Mon Sep 17 00:00:00 2001 From: dklawren Date: Tue, 27 Mar 2018 15:11:05 -0400 Subject: Bug 1440829 - Bugzilla comment for Phabricator commit should include entire commit message, not just first line --- extensions/PhabBugz/lib/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/PhabBugz/lib/Feed.pm') diff --git a/extensions/PhabBugz/lib/Feed.pm b/extensions/PhabBugz/lib/Feed.pm index 006ab04f3..bfd395f51 100644 --- a/extensions/PhabBugz/lib/Feed.pm +++ b/extensions/PhabBugz/lib/Feed.pm @@ -239,7 +239,7 @@ sub process_revision_change { my ($timestamp) = Bugzilla->dbh->selectrow_array("SELECT NOW()"); - my $attachment = create_revision_attachment($bug, $revision->id, $revision->title, $timestamp); + my $attachment = create_revision_attachment($bug, $revision, $timestamp); # ATTACHMENT OBSOLETES -- cgit v1.2.3-24-g4f1b