summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/PhabBugz/lib/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/PhabBugz/lib/Feed.pm b/extensions/PhabBugz/lib/Feed.pm
index 7a5e8d6d6..8e7290988 100644
--- a/extensions/PhabBugz/lib/Feed.pm
+++ b/extensions/PhabBugz/lib/Feed.pm
@@ -413,7 +413,7 @@ sub process_revision_change {
else {
# Here we create a new custom policy containing the project
# groups that are mapped to bugzilla groups.
- my $set_project_names = [ map { "bmo-" . $_ } @{ $bug->groups_in } ];
+ my $set_project_names = [ map { "bmo-" . $_->name } @{ $bug->groups_in } ];
# If current policy projects matches what we want to set, then
# we leave the current policy alone.