Commit d5c3b178 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 272873: Specifying a null product to enter bug should give me the product…

Bug 272873: Specifying a null product to enter bug should give me the product chooser - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
parent df891085
......@@ -70,7 +70,7 @@ my $cgi = Bugzilla->cgi;
my $product = $cgi->param('product');
if (!defined $product) {
if (!defined $product || $product eq "") {
GetVersionTable();
Bugzilla->login();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment