summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 9d4838836..17e62f5ec 100755
--- a/query.cgi
+++ b/query.cgi
@@ -395,6 +395,9 @@ if (($::FORM{'query_format'} || $::FORM{'format'} || "") eq "create-series") {
$vars->{'category'} = Bugzilla::Chart::getVisibleSeries();
}
+$vars->{'known_name'} = $cgi->param('known_name');
+
+
# Add in the defaults.
$vars->{'default'} = \%default;