Skip to content

Commit d9a730a

Browse files
committed
Bug 1965553 - Uplift approval set in bugzilla without relman approval (fixed)
1 parent 61da64d commit d9a730a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/PhabBugz/lib/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use constant LEGACY_APPROVAL_MAPPING => {
5353

5454
# Set approval flags on Phabricator revision bug attachments.
5555
sub set_attachment_approval_flags {
56-
my ($attachment, $revision, $phab_user) = @_;
56+
my ($attachment, $revision, $phab_user, $is_new) = @_;
5757
my $bmo_user = $phab_user->bugzilla_user;
5858

5959
my $revision_status_flag_map = {

0 commit comments

Comments
 (0)