summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/lib/WebService.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/lib/WebService.pm')
-rw-r--r--extensions/BugModal/lib/WebService.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/lib/WebService.pm b/extensions/BugModal/lib/WebService.pm
index 5a1ec15c0..2461cf2fa 100644
--- a/extensions/BugModal/lib/WebService.pm
+++ b/extensions/BugModal/lib/WebService.pm
@@ -99,7 +99,7 @@ sub edit {
}
# keywords
- my @keywords = Bugzilla::Keyword->get_all();
+ my @keywords = grep { $_->is_active } Bugzilla::Keyword->get_all();
# results
return {