diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-04-20 18:57:40 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-20 18:57:40 +0200 |
commit | 5b0812a368b9e646f393ccbf62186ed1b2b535d2 (patch) | |
tree | 515f86ced4ec8f1221b8141c31ff859a8c22d6c7 /extensions/Push | |
parent | 90150e46031cabbe94239820e5010fb88200d52b (diff) | |
download | bugzilla-5b0812a368b9e646f393ccbf62186ed1b2b535d2.tar.gz bugzilla-5b0812a368b9e646f393ccbf62186ed1b2b535d2.tar.xz |
Code Pull requests 33 Insights Settings Bug 1452531 - PhabBugz code should add allow visibility to reviewers when creating custom policies
Diffstat (limited to 'extensions/Push')
-rw-r--r-- | extensions/Push/lib/Connector/Phabricator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Push/lib/Connector/Phabricator.pm b/extensions/Push/lib/Connector/Phabricator.pm index 5da64901a..1878834a9 100644 --- a/extensions/Push/lib/Connector/Phabricator.pm +++ b/extensions/Push/lib/Connector/Phabricator.pm @@ -128,7 +128,7 @@ sub send { $revision->{id}, $bug->id )); - my $policy_phid = create_private_revision_policy( $bug, \@set_groups ); + my $policy_phid = create_private_revision_policy( \@set_groups ); edit_revision_policy( $revision_phid, $policy_phid, $subscribers ); $rev_obj->add_project($secure_project_phid); $revision_updated = 1; |