]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
back out change that wasn't supposed to be part of the previous commit
authorjustdave%bugzilla.org <>
Thu, 17 Apr 2008 04:17:10 +0000 (04:17 +0000)
committerjustdave%bugzilla.org <>
Thu, 17 Apr 2008 04:17:10 +0000 (04:17 +0000)
post_bug.cgi

index ea1b30b82a3fd32533dcf92258c926840370e5d0..82317483b215d0193d456d5c1fd6e5e298b13ff7 100755 (executable)
@@ -53,9 +53,6 @@ my $vars = {};
 # Main Script
 ######################################################################
 
-# redirect to enter_bug if no field is passed.
-print $cgi->redirect(correct_urlbase() . 'enter_bug.cgi') unless $cgi->param();
-
 # Detect if the user already used the same form to submit a bug
 my $token = trim($cgi->param('token'));
 if ($token) {