summaryrefslogtreecommitdiffstats
path: root/describekeywords.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'describekeywords.cgi')
-rwxr-xr-xdescribekeywords.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/describekeywords.cgi b/describekeywords.cgi
index ef0634960..4976fada1 100755
--- a/describekeywords.cgi
+++ b/describekeywords.cgi
@@ -24,6 +24,9 @@ my $vars = {};
Bugzilla->switch_to_shadow_db;
$vars->{'keywords'} = Bugzilla::Keyword->get_all_with_bug_count();
+if (!@{$vars->{keywords}}) {
+ ThrowUserError("no_keywords");
+}
$vars->{'caneditkeywords'} = $user->in_group("editkeywords");
print $cgi->header();