From: bbaetz%student.usyd.edu.au <> Date: Mon, 4 Mar 2002 20:54:36 +0000 (+0000) Subject: Fix typo in checkin for bug 107743. X-Git-Tag: bugzilla-2.16rc1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ab3af10944f2800a3bc6237cc2b827ec7b016e;p=thirdparty%2Fbugzilla.git Fix typo in checkin for bug 107743. --- diff --git a/post_bug.cgi b/post_bug.cgi index 7152e37c69..f6af311734 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();