aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2008-04-17 04:17:10 +0000
committerjustdave%bugzilla.org <>2008-04-17 04:17:10 +0000
commitd718c04608c7e957ca80b26753896983111f32a4 (patch)
treeec16561b998230d178299e1c7333d5bd62abfb7c
parentBug 429378: collectstats.pl fails if ./graphs is a symlink (diff)
downloadbugzilla-d718c04608c7e957ca80b26753896983111f32a4.tar.gz
bugzilla-d718c04608c7e957ca80b26753896983111f32a4.tar.bz2
bugzilla-d718c04608c7e957ca80b26753896983111f32a4.zip
back out change that wasn't supposed to be part of the previous commit
-rwxr-xr-xpost_bug.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index ea1b30b82..82317483b 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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) {