Fix typo in checkin for bug 107743.

parent 71cf359f
...@@ -147,7 +147,7 @@ if (!exists $::FORM{'target_milestone'}) { ...@@ -147,7 +147,7 @@ if (!exists $::FORM{'target_milestone'}) {
} }
if (!Param('letsubmitterchoosepriority')) { if (!Param('letsubmitterchoosepriority')) {
$::FORM{'priority'} = Param{'defaultpriority'}; $::FORM{'priority'} = Param('defaultpriority');
} }
GetVersionTable(); GetVersionTable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment