diff options
author | bbaetz%student.usyd.edu.au <> | 2002-03-04 21:54:36 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-03-04 21:54:36 +0100 |
commit | e2ab3af10944f2800a3bc6237cc2b827ec7b016e (patch) | |
tree | 0e9f7d240e318d1d6356befdb415f04021086348 /post_bug.cgi | |
parent | 71cf359f2a6fb43f6cc529fb36f41000a7fd796e (diff) | |
download | bugzilla-e2ab3af10944f2800a3bc6237cc2b827ec7b016e.tar.gz bugzilla-e2ab3af10944f2800a3bc6237cc2b827ec7b016e.tar.xz |
Fix typo in checkin for bug 107743.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
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(); |