summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-03-04 21:54:36 +0100
committerbbaetz%student.usyd.edu.au <>2002-03-04 21:54:36 +0100
commite2ab3af10944f2800a3bc6237cc2b827ec7b016e (patch)
tree0e9f7d240e318d1d6356befdb415f04021086348 /post_bug.cgi
parent71cf359f2a6fb43f6cc529fb36f41000a7fd796e (diff)
downloadbugzilla-e2ab3af10944f2800a3bc6237cc2b827ec7b016e.tar.gz
bugzilla-e2ab3af10944f2800a3bc6237cc2b827ec7b016e.tar.xz
Fix typo in checkin for bug 107743.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 7152e37c6..f6af31173 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -147,7 +147,7 @@ if (!exists $::FORM{'target_milestone'}) {
}
if (!Param('letsubmitterchoosepriority')) {
- $::FORM{'priority'} = Param{'defaultpriority'};
+ $::FORM{'priority'} = Param('defaultpriority');
}
GetVersionTable();