We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61da64d commit d9a730aCopy full SHA for d9a730a
extensions/PhabBugz/lib/Util.pm
@@ -53,7 +53,7 @@ use constant LEGACY_APPROVAL_MAPPING => {
53
54
# Set approval flags on Phabricator revision bug attachments.
55
sub set_attachment_approval_flags {
56
- my ($attachment, $revision, $phab_user) = @_;
+ my ($attachment, $revision, $phab_user, $is_new) = @_;
57
my $bmo_user = $phab_user->bugzilla_user;
58
59
my $revision_status_flag_map = {
0 commit comments