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
git-svn-id: svn://10.0.0.236/trunk@173261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -70,7 +70,7 @@ my $cgi = Bugzilla->cgi;
|
||||
|
||||
my $product = $cgi->param('product');
|
||||
|
||||
if (!defined $product) {
|
||||
if (!defined $product || $product eq "") {
|
||||
GetVersionTable();
|
||||
Bugzilla->login();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user