summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-24 10:01:47 +0100
committerterry%mozilla.org <>2000-03-24 10:01:47 +0100
commit93886ab6aedf3b055243e47ec917f2f96c139c87 (patch)
treeeb099715565949566697485da501b64113dcd704 /post_bug.cgi
parente06270f5df3ea81ff13d1f11492303ce2554a9c8 (diff)
downloadbugzilla-93886ab6aedf3b055243e47ec917f2f96c139c87.tar.gz
bugzilla-93886ab6aedf3b055243e47ec917f2f96c139c87.tar.xz
Fix stupid perl warning.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 3c5f0698f..0c959ad66 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -42,6 +42,7 @@ sub sillyness {
$zz = @::legal_priority;
$zz = @::legal_product;
$zz = @::legal_severity;
+ $zz = %::target_milestone;
}
confirm_login();