summaryrefslogtreecommitdiffstats
path: root/extensions/PhabBugz/lib/Feed.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-04-20 18:57:40 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-20 18:57:40 +0200
commit5b0812a368b9e646f393ccbf62186ed1b2b535d2 (patch)
tree515f86ced4ec8f1221b8141c31ff859a8c22d6c7 /extensions/PhabBugz/lib/Feed.pm
parent90150e46031cabbe94239820e5010fb88200d52b (diff)
downloadbugzilla-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/PhabBugz/lib/Feed.pm')
-rw-r--r--extensions/PhabBugz/lib/Feed.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/PhabBugz/lib/Feed.pm b/extensions/PhabBugz/lib/Feed.pm
index a51f240a8..2904e9ded 100644
--- a/extensions/PhabBugz/lib/Feed.pm
+++ b/extensions/PhabBugz/lib/Feed.pm
@@ -28,7 +28,6 @@ use Bugzilla::Extension::PhabBugz::User;
use Bugzilla::Extension::PhabBugz::Util qw(
add_security_sync_comments
create_revision_attachment
- edit_revision_policy
get_bug_role_phids
get_phab_bmo_ids
get_project_phid
@@ -253,7 +252,7 @@ sub process_revision_change {
my ($added, $removed) = diff_arrays($current_projects, \@set_projects);
if (@$added || @$removed) {
DEBUG('Project groups do not match. Need new custom policy');
- $current_policy= undef;
+ $current_policy = undef;
}
else {
DEBUG('Project groups match. Leaving current policy as-is');